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

ComparisonFormatConfiguration

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

The format of the comparison.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

interface ComparisonFormatConfiguration {
NumberDisplayFormatConfiguration?: NumberDisplayFormatConfiguration | null;
PercentageDisplayFormatConfiguration?: PercentageDisplayFormatConfiguration | null;
}

§Properties

§
NumberDisplayFormatConfiguration?: NumberDisplayFormatConfiguration | null
[src]

The number display format.

§
PercentageDisplayFormatConfiguration?: PercentageDisplayFormatConfiguration | null
[src]

The percentage display format.