Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

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
_ :  pentaho.type.spec.UTypeReference

An inline type reference of the value's type.

fields :  Array.<<code>pentaho.visual.role.spec.UMappingField>

The fields of the visual role mapping.

isCategoricalFixed :  boolean

Indicates that only categorical modes of operation should be considered.

Members Details

_:  pentaho.type.spec.UTypeReference

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:  Array.<<code>pentaho.visual.role.spec.UMappingField>

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

See also: pentaho.visual.role.AbstractMapping#fields

isCategoricalFixed:  boolean

Indicates that only categorical modes of operation should be considered.

This option only takes effect if the visual role has any continuous modes.

When the value is true, only the categorical modes of modes are considered.

Source: doc-js/pentaho/visual/role/spec/IExternalMapping.jsdoc, line 33

Default Value: false

See also: pentaho.visual.role.ExternalMapping#isCategoricalFixed