Skip to main content

Interface: AttributeDateTimeValue

Defined in: type/AttributeDateTimeValue.ts:6

DateTime attribute value

Extends

Properties

dateTimeValue?

optional dateTimeValue?: string

Defined in: type/AttributeDateTimeValue.ts:12

dateTimeValue field


id

id: string

Defined in: type/AttributeDateTimeValue.ts:8

Attribute value id

Overrides

AttributeValue.id


type

type: AttributeType

Defined in: type/AttributeDateTimeValue.ts:10

Attribute datetime 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