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

PivotTableSortConfiguration

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

The sort configuration for a PivotTableVisual.

interface PivotTableSortConfiguration {
FieldSortOptions?: PivotFieldSortOptions[] | null;
}

§Properties

§
FieldSortOptions?: PivotFieldSortOptions[] | null
[src]

The field sort options for a pivot table sort configuration.