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

PivotTableFieldOption

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

The selected field options for the pivot table field options.

interface PivotTableFieldOption {
CustomLabel?: string | null;
FieldId: string;
Visibility?: Visibility | null;
}

§Properties

§
CustomLabel?: string | null
[src]

The custom label of the pivot table field.

§
FieldId: string
[src]

The field ID of the pivot table field.

§
Visibility?: Visibility | null
[src]

The visibility of the pivot table field.