Interface: AttributeDecimalValue
Defined in: type/AttributeDecimalValue.ts:6
Decimal attribute value
Extends
Properties
decimalValue
decimalValue:
number
Defined in: type/AttributeDecimalValue.ts:12
decimalValue field
id
id:
string
Defined in: type/AttributeDecimalValue.ts:8
Attribute value id
Overrides
type
type:
AttributeType
Defined in: type/AttributeDecimalValue.ts:10
Attribute decimal value type
Overrides
value
value:
any
Defined in: type/AttributeValue.ts:18
Concrete value of the attribute. Inspect together with type for proper handling.