Optional disableddisabled passes down a boolean to disable the dropdown options.
entries define the possible options that the dropdown makes available.
label defines the dropdown label to be shown aside the dropdown element.
Optional tooltiptooltip defines the text a user sees on hovering a disabled dropdown element.
Generated using TypeDoc
UIDropdownis a dropdown UI element.The associated
valueof the UIDropdown is theidof the selected entry. If no entry is selected, useundefinedor omit the value entry in the UIElementValues.