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

StringFormatConfiguration

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

Formatting configuration for string fields.

interface StringFormatConfiguration {
NullValueFormatConfiguration?: NullValueFormatConfiguration | null;
NumericFormatConfiguration?: NumericFormatConfiguration | null;
}

§Properties

§
NullValueFormatConfiguration?: NullValueFormatConfiguration | null
[src]

The options that determine the null value format configuration.

§
NumericFormatConfiguration?: NumericFormatConfiguration | null
[src]

The formatting configuration for numeric strings.