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

ColumnSort

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

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

interface ColumnSort {
AggregationFunction?: AggregationFunction | null;
Direction: SortDirection;
}

§Properties

§
AggregationFunction?: AggregationFunction | null
[src]

The aggregation function that is defined in the column sort.

§

The sort direction.