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

FieldSort

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

The sort configuration for a field in a field well.

interface FieldSort {
Direction: SortDirection;
FieldId: string;
}

§Properties

§

The sort direction. Choose one of the following options:

  • ASC: Ascending
  • DESC: Descending
§
FieldId: string
[src]

The sort configuration target field.