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 |
---|---|
_ : | An inline type reference of the value's type. |
attributes : | The attributes of the visual role mapping. |
level : | The fixed measurement level on which the associated visual role is to operate. |
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#_ |
attributes: |
---|
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: |
---|
The fixed measurement level on which the associated visual role is to operate. When When specified, it must be one of the measurement levels supported by the associated visual role, as defined in Source: doc-js/pentaho/visual/role/spec/IMapping.jsdoc, line 35 See also: pentaho.visual.role.Mapping#level |