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

TableCellConditionalFormatting

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

The cell conditional formatting option for a table.

interface TableCellConditionalFormatting {
FieldId: string;
TextFormat?: TextConditionalFormat | null;
}

§Properties

§
FieldId: string
[src]

The field ID of the cell for conditional formatting.

§
TextFormat?: TextConditionalFormat | null
[src]

The text format of the cell for conditional formatting.