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

PivotTableOptions

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

The table options for a pivot table visual.

interface PivotTableOptions {
CellStyle?: TableCellStyle | null;
ColumnHeaderStyle?: TableCellStyle | null;
ColumnNamesVisibility?: Visibility | null;
MetricPlacement?: PivotTableMetricPlacement | null;
RowAlternateColorOptions?: RowAlternateColorOptions | null;
RowFieldNamesStyle?: TableCellStyle | null;
RowHeaderStyle?: TableCellStyle | null;
SingleMetricVisibility?: Visibility | null;
ToggleButtonsVisibility?: Visibility | null;
}

§Properties

§
CellStyle?: TableCellStyle | null
[src]

The table cell style of cells.

§
ColumnHeaderStyle?: TableCellStyle | null
[src]

The table cell style of the column header.

§
ColumnNamesVisibility?: Visibility | null
[src]

The visibility of the column names.

§
MetricPlacement?: PivotTableMetricPlacement | null
[src]

The metric placement (row, column) options.

§
RowAlternateColorOptions?: RowAlternateColorOptions | null
[src]

The row alternate color options (widget status, row alternate colors).

§
RowFieldNamesStyle?: TableCellStyle | null
[src]

The table cell style of row field names.

§
RowHeaderStyle?: TableCellStyle | null
[src]

The table cell style of the row headers.

§
SingleMetricVisibility?: Visibility | null
[src]

The visibility of the single metric options.

§
ToggleButtonsVisibility?: Visibility | null
[src]

Determines the visibility of the pivot table.