IPropertyAttributes
pentaho.visual.role.IPropertyAttributes
Exposes members related to the data attributes
of visual roles' mappings.
Source: doc-js/pentaho/visual/role/IPropertyAttributes.jsdoc, line 17
See also: pentaho.visual.role.Mapping#attributes
Members
Name | Description |
---|---|
countMax : | Gets or sets the maximum number of |
countMin : | Gets or sets the minimum number of |
isRequired : | Gets or sets a value that indicates if at least one |
Methods
Name | Description |
---|---|
countRangeOn(model) : pentaho.IRange.< | Evaluates the data attributes count range of the visual role on a given visualization model. |
Members Details
countMax: |
---|
Gets or sets the maximum number of For more information on this property see Source: doc-js/pentaho/visual/role/IPropertyAttributes.jsdoc, line 51 |
countMin: |
---|
Gets or sets the minimum number of For more information on this property see Source: doc-js/pentaho/visual/role/IPropertyAttributes.jsdoc, line 39 |
isRequired: |
---|
Gets or sets a value that indicates if at least one For more information on this property see Source: doc-js/pentaho/visual/role/IPropertyAttributes.jsdoc, line 27 |
Methods Details
countRangeOn(model) : pentaho.IRange.< | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Evaluates the data attributes count range of the visual role on a given visualization model. For more information on this property see Source: doc-js/pentaho/visual/role/IPropertyAttributes.jsdoc, line 63
|