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

BoxPlotSortConfiguration

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

The sort configuration of a BoxPlotVisual.

interface BoxPlotSortConfiguration {
CategorySort?: FieldSortOptions[] | null;
PaginationConfiguration?: PaginationConfiguration | null;
}

§Properties

§
CategorySort?: FieldSortOptions[] | null
[src]

The sort configuration of a group by fields.

§
PaginationConfiguration?: PaginationConfiguration | null
[src]

The pagination configuration of a table visual or box plot.