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

TreeMapSortConfiguration

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

The sort configuration of a tree map.

interface TreeMapSortConfiguration {
TreeMapGroupItemsLimitConfiguration?: ItemsLimitConfiguration | null;
TreeMapSort?: FieldSortOptions[] | null;
}

§Properties

§
TreeMapGroupItemsLimitConfiguration?: ItemsLimitConfiguration | null
[src]

The limit on the number of groups that are displayed.

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

The sort configuration of group by fields.