IAttribute
IAttribute
The spec.IAttribute
interface describes the structure of an attribute specification.
Name | Default Value | Description |
---|---|---|
name : string | The name of the attribute. Cannot be an empty string, | |
label : string | The label of the attribute. If | |
format : pentaho.data.spec.IFormatProvider | The format of the attribute. The default value is | |
type : pentaho.data.AtomicTypeName | The name of the type of the attribute. Specified values are recognized independently of their case. The default value is | |
isContinuous : boolean | Indicates if the attribute is considered continuous, or, on the other hand, categorical. When the attribute's type is one of When the attribute's type is one of | |
members : Array.<<code>pentaho.data.spec.IMember > | An array of member specifications. This property is relevant only for discrete attributes. | |
isPercent : boolean | Indicates if the attribute represents a numeric value that is a percentage of something. This property is relevant only for attributes of type The default value is | |
isContinuous : boolean | Indicates if the attribute is considered continuous, or, on the other hand, categorical. When the attribute's type is one of When the attribute's type is one of | |
isKey : boolean | Indicates if the attribute identifies rows, together with other key attributes. The default value is |
Source: doc-js/pentaho/data/spec/IAttribute.jsdoc, line 17
Extends