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

HeatMapSortConfiguration

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

The sort configuration of a heat map.

interface HeatMapSortConfiguration {
HeatMapColumnItemsLimitConfiguration?: ItemsLimitConfiguration | null;
HeatMapColumnSort?: FieldSortOptions[] | null;
HeatMapRowItemsLimitConfiguration?: ItemsLimitConfiguration | null;
HeatMapRowSort?: FieldSortOptions[] | null;
}

§Properties

§
HeatMapColumnItemsLimitConfiguration?: ItemsLimitConfiguration | null
[src]

The limit on the number of columns that are displayed in a heat map.

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

The column sort configuration for heat map for columns that aren't a part of a field well.

§
HeatMapRowItemsLimitConfiguration?: ItemsLimitConfiguration | null
[src]

The limit on the number of rows that are displayed in a heat map.

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

The field sort configuration of the rows fields.