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