IExternalMapping
pentaho.visual.role.spec. IExternalMapping
The spec.IExternalMapping
interface describes the object form of an external visual role mapping
instance.
Source: doc-js/pentaho/visual/role/spec/IExternalMapping.jsdoc, line 17
Extends
Example
{ fields: ["family", "product"], isCategoricalFixed: true }
Members
Name | Description |
---|---|
_ : | An inline type reference of the value's type. |
fields : | The fields of the visual role mapping. |
isCategoricalFixed : | Indicates that only categorical modes of operation should be considered. |
Members Details
_: |
---|
An inline type reference of the value's type. Source: doc-js/pentaho/type/spec/IInstance.jsdoc, line 27 Inherited From: pentaho.type.spec.IInstance#_ |
fields: |
---|
The fields of the visual role mapping. Source: doc-js/pentaho/visual/role/spec/IAbstractMapping.jsdoc, line 34 Inherited From: pentaho.visual.role.spec.IAbstractMapping#fields |
isCategoricalFixed: |
---|
Indicates that only categorical modes of operation should be considered. This option only takes effect if the visual role has any continuous When the value is Source: doc-js/pentaho/visual/role/spec/IExternalMapping.jsdoc, line 33 Default Value: false See also: pentaho.visual.role.ExternalMapping#isCategoricalFixed |