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

ThousandSeparatorOptions

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

The options that determine the thousands separator configuration.

interface ThousandSeparatorOptions {
Symbol?: NumericSeparatorSymbol | null;
Visibility?: Visibility | null;
}

§Properties

§

Determines the thousands separator symbol.

§
Visibility?: Visibility | null
[src]

Determines the visibility of the thousands separator.