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

PivotTablePaginatedReportOptions

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

The paginated report options for a pivot table visual.

interface PivotTablePaginatedReportOptions {
OverflowColumnHeaderVisibility?: Visibility | null;
VerticalOverflowVisibility?: Visibility | null;
}

§Properties

§
OverflowColumnHeaderVisibility?: Visibility | null
[src]

The visibility of the repeating header rows on each page.

§
VerticalOverflowVisibility?: Visibility | null
[src]

The visibility of the printing table overflow across pages.