Appearance
helix / TextStyle
Interface: TextStyle
Defined in: core/frontend/nodes/tellraw_part.ts:9
The style fields a text component carries. Keys map 1:1 to the vanilla text-component fields, so codegen just spreads this object onto the JSON.
Properties
bold?
optionalbold?:boolean
Defined in: core/frontend/nodes/tellraw_part.ts:10
color?
optionalcolor?:string
Defined in: core/frontend/nodes/tellraw_part.ts:15
italic?
optionalitalic?:boolean
Defined in: core/frontend/nodes/tellraw_part.ts:11
obfuscated?
optionalobfuscated?:boolean
Defined in: core/frontend/nodes/tellraw_part.ts:14
strikethrough?
optionalstrikethrough?:boolean
Defined in: core/frontend/nodes/tellraw_part.ts:13
underlined?
optionalunderlined?:boolean
Defined in: core/frontend/nodes/tellraw_part.ts:12