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

KPIProgressBarConditionalFormatting

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

The conditional formatting for the progress bar of a KPI visual.

interface KPIProgressBarConditionalFormatting {
ForegroundColor?: ConditionalFormattingColor | null;
}

§Properties

§
ForegroundColor?: ConditionalFormattingColor | null
[src]

The conditional formatting of the progress bar's foreground color.