Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TableCellStyle

import type { TableCellStyle } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

The table cell style for a cell in pivot table or table visual.

interface TableCellStyle {
BackgroundColor?: string | null;
Border?: GlobalTableBorderOptions | null;
FontConfiguration?: FontConfiguration | null;
Height?: number | null;
HorizontalTextAlignment?: HorizontalTextAlignment | null;
TextWrap?: TextWrap | null;
VerticalTextAlignment?: VerticalTextAlignment | null;
Visibility?: Visibility | null;
}

§Properties

§
BackgroundColor?: string | null
[src]

The background color for the table cells.

§

The borders for the table cells.

§
FontConfiguration?: FontConfiguration | null
[src]

The font configuration of the table cells.

§
Height?: number | null
[src]

The height color for the table cells.

§
HorizontalTextAlignment?: HorizontalTextAlignment | null
[src]

The horizontal text alignment (left, center, right, auto) for the table cells.

§
TextWrap?: TextWrap | null
[src]

The text wrap (none, wrap) for the table cells.

§
VerticalTextAlignment?: VerticalTextAlignment | null
[src]

The vertical text alignment (top, middle, bottom) for the table cells.

§
Visibility?: Visibility | null
[src]

The visibility of the table cells.