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

PivotTableFieldOptions

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

The field options for a pivot table visual.

interface PivotTableFieldOptions {
DataPathOptions?: PivotTableDataPathOption[] | null;
SelectedFieldOptions?: PivotTableFieldOption[] | null;
}

§Properties

§
DataPathOptions?: PivotTableDataPathOption[] | null
[src]

The data path options for the pivot table field options.

§
SelectedFieldOptions?: PivotTableFieldOption[] | null
[src]

The selected field options for the pivot table field options.