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

PivotTableSortBy

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

The sort by field for the field sort options.

interface PivotTableSortBy {
Column?: ColumnSort | null;
DataPath?: DataPathSort | null;
Field?: FieldSort | null;
}

§Properties

§
Column?: ColumnSort | null
[src]

The column sort (field id, direction) for the pivot table sort by options.

§
DataPath?: DataPathSort | null
[src]

The data path sort (data path value, direction) for the pivot table sort by options.

§
Field?: FieldSort | null
[src]

The field sort (field id, direction) for the pivot table sort by options.