Interface: DropdownOptions
Beta
Options for configuring a dropdown component.
Properties
description?
optionaldescription?:string|ObservableString|ObservableUIRawMessage|UIRawMessage
Beta
Remarks
Descriptive text shown around the dropdown to provide additional context.
disabled?
optionaldisabled?:boolean|ObservableBoolean
Beta
Remarks
When true or bound to a true ObservableBoolean, the dropdown is shown but cannot be changed.
tooltip?
optionaltooltip?:string|ObservableString|ObservableUIRawMessage|UIRawMessage
Beta
Remarks
Text shown in a tooltip when the player hovers over the dropdown.
visible?
optionalvisible?:boolean|ObservableBoolean
Beta
Remarks
When false or bound to a false ObservableBoolean, the dropdown is hidden.
