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

PivotTotalOptions

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

The optional configuration of totals cells in a PivotTableVisual.

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

§Properties

§
CustomLabel?: string | null
[src]

The custom label string for the total cells.

§
MetricHeaderCellStyle?: TableCellStyle | null
[src]

The cell styling options for the total of header 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]

The cell styling options for the total cells.

§
TotalsVisibility?: Visibility | null
[src]

The visibility configuration for the total cells.

§
ValueCellStyle?: TableCellStyle | null
[src]

The cell styling options for the totals of value cells.