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

TotalOptions

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

The total options for a table visual.

interface TotalOptions {
CustomLabel?: string | null;
Placement?: TableTotalsPlacement | null;
ScrollStatus?: TableTotalsScrollStatus | null;
TotalCellStyle?: TableCellStyle | null;
TotalsVisibility?: Visibility | null;
}

§Properties

§
CustomLabel?: string | null
[src]

The custom label string for the total cells.

§
Placement?: TableTotalsPlacement | null
[src]

The placement (start, end) for the total cells.

§
ScrollStatus?: TableTotalsScrollStatus | null
[src]

The scroll status (pinned, scrolled) for the total cells.

§
TotalCellStyle?: TableCellStyle | null
[src]

Cell styling options for the total cells.

§
TotalsVisibility?: Visibility | null
[src]

The visibility configuration for the total cells.