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
UIDropdown
is a dropdown UI element.The associated
value
of the UIDropdown is theid
of the selected entry. If no entry is selected, useundefined
or omit the value entry in the UIElementValues.