Optional activeactiveLabel is displayed in the dropdown's button, when the entry is selected.
In case activeLabel is not defined, it fall backs to label.
Optional disableddisabled represents an optional parameter to disable an entry in the dropdown. It will then render as disabled and not be selectable.
Currently available for UISuggestionDropdown
Optional hiddenhidden represents an optional parameter to hide an entry in the dropdown. It will then not render at all.
id declares an identificator for the dropdown entry.
label defines the entry's label to be used in the options dropdown. It can contain different
data types, depending on what information we would like to show in the dropdown
Optional tooltiptooltip defines the text a user sees on hovering an entry ideally disabled dropdown entry.
Currently available for UISuggestionDropdown
Generated using TypeDoc
DropdownEntrydefines the structure needed for a UI dropdown entry to be used for UIDropdown or a section of a UIGroupDropdown.