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

TableRowConditionalFormatting

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

The conditional formatting of a table row.

interface TableRowConditionalFormatting {
BackgroundColor?: ConditionalFormattingColor | null;
TextColor?: ConditionalFormattingColor | null;
}

§Properties

§
BackgroundColor?: ConditionalFormattingColor | null
[src]

The conditional formatting color (solid, gradient) of the background for a table row.

§

The conditional formatting color (solid, gradient) of the text for a table row.