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

SankeyDiagramSortConfiguration

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

The sort configuration of a sankey diagram.

interface SankeyDiagramSortConfiguration {
DestinationItemsLimit?: ItemsLimitConfiguration | null;
SourceItemsLimit?: ItemsLimitConfiguration | null;
WeightSort?: FieldSortOptions[] | null;
}

§Properties

§
DestinationItemsLimit?: ItemsLimitConfiguration | null
[src]

The limit on the number of destination nodes that are displayed in a sankey diagram.

§
SourceItemsLimit?: ItemsLimitConfiguration | null
[src]

The limit on the number of source nodes that are displayed in a sankey diagram.

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

The sort configuration of the weight fields.