Interface: ButtonOptions
Beta
Options for configuring a button component.
Properties
disabled?
optionaldisabled?:boolean|ObservableBoolean
Beta
Remarks
When true or bound to a true ObservableBoolean, the button is shown but cannot be pressed.
imageDetails?
optionalimageDetails?:ImageDetails
Beta
Remarks
Details of an image to display alongside the button label.
tooltip?
optionaltooltip?:string|ObservableString|ObservableUIRawMessage|UIRawMessage
Beta
Remarks
Text shown in a tooltip when the player hovers over the button.
visible?
optionalvisible?:boolean|ObservableBoolean
Beta
Remarks
When false or bound to a false ObservableBoolean, the button is hidden.
