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

NumericFormatConfiguration

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

The options that determine the numeric format configuration.

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

interface NumericFormatConfiguration {
CurrencyDisplayFormatConfiguration?: CurrencyDisplayFormatConfiguration | null;
NumberDisplayFormatConfiguration?: NumberDisplayFormatConfiguration | null;
PercentageDisplayFormatConfiguration?: PercentageDisplayFormatConfiguration | null;
}

§Properties

§
CurrencyDisplayFormatConfiguration?: CurrencyDisplayFormatConfiguration | null
[src]

The options that determine the currency display format configuration.

§
NumberDisplayFormatConfiguration?: NumberDisplayFormatConfiguration | null
[src]

The options that determine the number display format configuration.

§
PercentageDisplayFormatConfiguration?: PercentageDisplayFormatConfiguration | null
[src]

The options that determine the percentage display format configuration.