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

FieldSortOptions

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

The field sort options in a chart configuration.

interface FieldSortOptions {
ColumnSort?: ColumnSort | null;
FieldSort?: FieldSort | null;
}

§Properties

§
ColumnSort?: ColumnSort | null
[src]

The sort configuration for a column that is not used in a field well.

§
FieldSort?: FieldSort | null
[src]

The sort configuration for a field in a field well.