TableTextStyle
Defined in: src/widgets/data/table.ts:65
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:69
Background color.
optionalbold?:boolean
Defined in: src/widgets/data/table.ts:71
Bold.
color?
Section titled “color?”
optionalcolor?:string
Defined in: src/widgets/data/table.ts:67
Text color.
optionaldim?:boolean
Defined in: src/widgets/data/table.ts:77
Dim.
italic?
Section titled “italic?”
optionalitalic?:boolean
Defined in: src/widgets/data/table.ts:73
Italic.
reverse?
Section titled “reverse?”
optionalreverse?:boolean
Defined in: src/widgets/data/table.ts:79
Reverse video.
strikethrough?
Section titled “strikethrough?”
optionalstrikethrough?:boolean
Defined in: src/widgets/data/table.ts:81
Struck-through.
underline?
Section titled “underline?”
optionalunderline?:boolean
Defined in: src/widgets/data/table.ts:75
Underlined.