TableTextStyle
Defined in: src/widgets/data/table.ts:64
Text-formatting options for the header row (framework-neutral subset).
Properties
Section titled “Properties”background?
Section titled “background?”
optionalbackground?:string
Defined in: src/widgets/data/table.ts:68
Background color.
optionalbold?:boolean
Defined in: src/widgets/data/table.ts:70
Bold.
color?
Section titled “color?”
optionalcolor?:string
Defined in: src/widgets/data/table.ts:66
Text color.
optionaldim?:boolean
Defined in: src/widgets/data/table.ts:76
Dim.
italic?
Section titled “italic?”
optionalitalic?:boolean
Defined in: src/widgets/data/table.ts:72
Italic.
reverse?
Section titled “reverse?”
optionalreverse?:boolean
Defined in: src/widgets/data/table.ts:78
Reverse video.
strikethrough?
Section titled “strikethrough?”
optionalstrikethrough?:boolean
Defined in: src/widgets/data/table.ts:80
Struck-through.
underline?
Section titled “underline?”
optionalunderline?:boolean
Defined in: src/widgets/data/table.ts:74
Underlined.