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

KPIOptions

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

The options that determine the presentation of a KPI visual.

interface KPIOptions {
Comparison?: ComparisonConfiguration | null;
PrimaryValueDisplayType?: PrimaryValueDisplayType | null;
PrimaryValueFontConfiguration?: FontConfiguration | null;
ProgressBar?: ProgressBarOptions | null;
SecondaryValue?: SecondaryValueOptions | null;
SecondaryValueFontConfiguration?: FontConfiguration | null;
TrendArrows?: TrendArrowOptions | null;
}

§Properties

§
Comparison?: ComparisonConfiguration | null
[src]

The comparison configuration of a KPI visual.

§
PrimaryValueDisplayType?: PrimaryValueDisplayType | null
[src]

The options that determine the primary value display type.

§
PrimaryValueFontConfiguration?: FontConfiguration | null
[src]

The options that determine the primary value font configuration.

§
ProgressBar?: ProgressBarOptions | null
[src]

The options that determine the presentation of the progress bar of a KPI visual.

§
SecondaryValue?: SecondaryValueOptions | null
[src]

The options that determine the presentation of the secondary value of a KPI visual.

§
SecondaryValueFontConfiguration?: FontConfiguration | null
[src]

The options that determine the secondary value font configuration.

§
TrendArrows?: TrendArrowOptions | null
[src]

The options that determine the presentation of trend arrows in a KPI visual.