Field

Field interface.

Properties

  • readonly id: number

    Id of the field

  • readonly isDefined: boolean

    Is the field defined?

  • readonly doesUpdateLastValue: boolean

    Does the field update the last value in a cache?

  • readonly type: FieldType

    The type of the value of the field.

  • readonly value: literal | FieldValue

    The value of the field.

Also in this Section