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

PivotTableTotalOptions

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

The total options for a pivot table visual.

interface PivotTableTotalOptions {
ColumnSubtotalOptions?: SubtotalOptions | null;
ColumnTotalOptions?: PivotTotalOptions | null;
RowSubtotalOptions?: SubtotalOptions | null;
RowTotalOptions?: PivotTotalOptions | null;
}

§Properties

§
ColumnSubtotalOptions?: SubtotalOptions | null
[src]

The column subtotal options.

§
ColumnTotalOptions?: PivotTotalOptions | null
[src]

The column total options.

§
RowSubtotalOptions?: SubtotalOptions | null
[src]

The row subtotal options.

§
RowTotalOptions?: PivotTotalOptions | null
[src]

The row total options.