UIGroupDropdown is a dropdown UI element, which allows to specify inner sections.
UIGroupDropdown
The associated value of the UIGroupDropdown is the id of the selected entry. If no entry is selected, use undefined or omit the value entry in the UIElementValues.
value
id
undefined
label defines the group dropdown label to be shown aside the dropdown element.
label
sections define the possible sections that the group dropdown makes available.
sections
Generated using TypeDoc
UIGroupDropdown
is a dropdown UI element, which allows to specify inner sections.The associated
value
of the UIGroupDropdown is theid
of the selected entry. If no entry is selected, useundefined
or omit the value entry in the UIElementValues.