@minecraft/server-ui / TextOptions
Interface: TextOptions
Defined in: @minecraft/server-ui/index.d.ts:1810
Options for configuring a text component (label or header).
Properties
visible?
optionalvisible?:boolean|ObservableBoolean
Defined in: @minecraft/server-ui/index.d.ts:1817
Remarks
When false or bound to a false ObservableBoolean, the text component is hidden.