EnumValue

Represents one possible value for a enum

Properties

  • label

    The label of the enum-value (user visible)

    string
  • ordinal

    The position of this enum-value within the corresponding enum. Values from 0..28 (inclusive) are allowed.

    number