Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

IMapping

pentaho.visual.role.spec.IMapping

The spec.IMapping interface describes the object form of a visual role mapping instance.

Source: doc-js/pentaho/visual/role/spec/IMapping.jsdoc, line 17

See also:  pentaho.visual.role.spec.IMappingAttribute

Extends

Example

{
 level: "ordinal",
 attributes: ["family", "product"]
}

Members

Name Description
_ : pentaho.type.spec.UTypeReference

An inline type reference of the value's type.

attributes : Array.<pentaho.visual.role.spec.UMappingAttribute>

The attributes of the visual role mapping.

level : string

The fixed measurement level on which the associated visual role is to operate.

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#_

attributes: Array.<pentaho.visual.role.spec.UMappingAttribute>

The attributes of the visual role mapping.

Source: doc-js/pentaho/visual/role/spec/IMapping.jsdoc, line 50

See also:  pentaho.visual.role.Mapping#attributes

level: string

The fixed measurement level on which the associated visual role is to operate.

When null or unspecified, the associated visual role operates in an automatically determined measurement level.

When specified, it must be one of the measurement levels supported by the associated visual role, as defined in levels.

Source: doc-js/pentaho/visual/role/spec/IMapping.jsdoc, line 35

See also:  pentaho.visual.role.Mapping#level