Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 705 Bytes

File metadata and controls

13 lines (11 loc) · 705 Bytes

GlobalScopeBean

Properties

Name Type Description Notes
attributes List<AttributesEnum> Defines the behavior of the option in the global context.If notSelectable is set, the option cannot be set as the field's value. This is useful for archiving an option that has previously been selected but shouldn't be used anymore.If defaultValue is set, the option is selected by default. [optional]

Enum: List<AttributesEnum>

Name Value
NOTSELECTABLE "notSelectable"
DEFAULTVALUE "defaultValue"