Skip to main content

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

AttributeValue.id


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

AttributeValue.type


value

value: any

Defined in: type/AttributeValue.ts:18

Concrete value of the attribute. Inspect together with type for proper handling.

Inherited from

AttributeValue.value