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

SubtotalOptions

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

The subtotal options.

interface SubtotalOptions {
CustomLabel?: string | null;
FieldLevel?: PivotTableSubtotalLevel | null;
FieldLevelOptions?: PivotTableFieldSubtotalOptions[] | null;
MetricHeaderCellStyle?: TableCellStyle | null;
TotalCellStyle?: TableCellStyle | null;
TotalsVisibility?: Visibility | null;
ValueCellStyle?: TableCellStyle | null;
}

§Properties

§
CustomLabel?: string | null
[src]

The custom label string for the subtotal cells.

§
FieldLevel?: PivotTableSubtotalLevel | null
[src]

The field level (all, custom, last) for the subtotal cells.

§
FieldLevelOptions?: PivotTableFieldSubtotalOptions[] | null
[src]

The optional configuration of subtotal cells.

§
MetricHeaderCellStyle?: TableCellStyle | null
[src]

The cell styling options for the subtotals of header cells.

§
TotalCellStyle?: TableCellStyle | null
[src]

The cell styling options for the subtotal cells.

§
TotalsVisibility?: Visibility | null
[src]

The visibility configuration for the subtotal cells.

§
ValueCellStyle?: TableCellStyle | null
[src]

The cell styling options for the subtotals of value cells.