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
UIGroupDropdownis a dropdown UI element, which allows to specify inner sections.The associated
valueof the UIGroupDropdown is theidof the selected entry. If no entry is selected, useundefinedor omit the value entry in the UIElementValues.