Skip to content

TableTextStyle

Defined in: src/widgets/data/table.ts:65

Text-formatting options for the header row (framework-neutral subset).

optional background?: string

Defined in: src/widgets/data/table.ts:69

Background color.


optional bold?: boolean

Defined in: src/widgets/data/table.ts:71

Bold.


optional color?: string

Defined in: src/widgets/data/table.ts:67

Text color.


optional dim?: boolean

Defined in: src/widgets/data/table.ts:77

Dim.


optional italic?: boolean

Defined in: src/widgets/data/table.ts:73

Italic.


optional reverse?: boolean

Defined in: src/widgets/data/table.ts:79

Reverse video.


optional strikethrough?: boolean

Defined in: src/widgets/data/table.ts:81

Struck-through.


optional underline?: boolean

Defined in: src/widgets/data/table.ts:75

Underlined.