Interface: AttributeIntValue
Defined in: type/AttributeIntValue.ts:6
Integer attribute value
Extends
Properties
id
id:
string
Defined in: type/AttributeIntValue.ts:8
Attribute value id
Overrides
intValue
intValue:
number
Defined in: type/AttributeIntValue.ts:12
Attribute integer value
type
type:
AttributeType
Defined in: type/AttributeIntValue.ts:10
Attribute int value type
Overrides
value
value:
any
Defined in: type/AttributeValue.ts:18
Concrete value of the attribute. Inspect together with type for proper handling.