IMappingAttribute
pentaho.visual.role.spec.IMappingAttribute
The spec.IMappingAttribute
interface describes the object form of a visual role mapping attribute
instance.
Source: doc-js/pentaho/visual/role/spec/IMappingAttribute.jsdoc, line 17
See also: pentaho.visual.role.spec.IMapping , pentaho.visual.role.spec.UMappingAttribute
Extends
Examples
{ name: "sales", aggregation: "sum" }
{ name: "product", isReverseOrder: true }
Members
Name | Description |
---|---|
_ : | An inline type reference of the value's type. |
aggregation : | The aggregation that is performed on the data property. |
isReverseOrder : | Indicates if the data property contributes to the default order of an ordinal visual role mapping by using the reverse natural order of the data property. |
name : | The name of the data property. |
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#_ |
aggregation: |
---|
The aggregation that is performed on the data property. The value must be one of the supported The aggregation must be compatible with the data type of the data property. Source: doc-js/pentaho/visual/role/spec/IMappingAttribute.jsdoc, line 52 |
isReverseOrder: |
---|
Indicates if the data property contributes to the default order of an ordinal visual role mapping by using the reverse natural order of the data property. Source: doc-js/pentaho/visual/role/spec/IMappingAttribute.jsdoc, line 64 Default Value: false See also: pentaho.visual.role.MappingAttribute#isReverseOrder |
name: |
---|
The name of the data property. This property is required. Source: doc-js/pentaho/visual/role/spec/IMappingAttribute.jsdoc, line 42 |