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

GaugeChartPrimaryValueConditionalFormatting

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

The conditional formatting for the primary value of a GaugeChartVisual.

interface GaugeChartPrimaryValueConditionalFormatting {
TextColor?: ConditionalFormattingColor | null;
}

§Properties

§

The conditional formatting of the primary value icon.

§

The conditional formatting of the primary value text color.