Enum Attribute
Last updated
Was this helpful?
Last updated
Was this helpful?
The EnumAttribute allows the user to select one item from multiple options.
Defines the list of selectable options.
A single selectable option. The value can be written as this
or this
The value that is selected when a the Document Object is created. If the DefaultItem should be empty, define an empty item and use it as default.
It is possible to associate the value of an item option with a color. The color is defined as a hex color and will be used as the background color of the display value text.
can be applied on this element.