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

SankeyDiagramAggregatedFieldWells

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

The field well configuration of a sankey diagram.

interface SankeyDiagramAggregatedFieldWells {
Destination?: DimensionField[] | null;
Source?: DimensionField[] | null;
Weight?: MeasureField[] | null;
}

§Properties

§
Destination?: DimensionField[] | null
[src]

The destination field wells of a sankey diagram.

§
Source?: DimensionField[] | null
[src]

The source field wells of a sankey diagram.

§
Weight?: MeasureField[] | null
[src]

The weight field wells of a sankey diagram.