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

PivotTableDataPathOption

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

The data path options for the pivot table field options.

interface PivotTableDataPathOption {
DataPathList: DataPathValue[];
Width?: string | null;
}

§Properties

§
DataPathList: DataPathValue[]
[src]

The list of data path values for the data path options.

§
Width?: string | null
[src]

The width of the data path option.