Skip to content

TableTextStyle

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

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

optional background?: string

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

Background color.


optional bold?: boolean

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

Bold.


optional color?: string

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

Text color.


optional dim?: boolean

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

Dim.


optional italic?: boolean

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

Italic.


optional reverse?: boolean

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

Reverse video.


optional strikethrough?: boolean

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

Struck-through.


optional underline?: boolean

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

Underlined.