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

KPIPrimaryValueConditionalFormatting

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

The conditional formatting for the primary value of a KPI visual.

interface KPIPrimaryValueConditionalFormatting {
TextColor?: ConditionalFormattingColor | null;
}

§Properties

§

The conditional formatting of the primary value's icon.

§

The conditional formatting of the primary value's text color.