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

PivotFieldSortOptions

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

The field sort options for a pivot table sort configuration.

interface PivotFieldSortOptions {
FieldId: string;
}

§Properties

§
FieldId: string
[src]

The field ID for the field sort options.

§

The sort by field for the field sort options.