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

WaterfallChartAggregatedFieldWells

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

The field well configuration of a waterfall visual.

interface WaterfallChartAggregatedFieldWells {
Breakdowns?: DimensionField[] | null;
Categories?: DimensionField[] | null;
Values?: MeasureField[] | null;
}

§Properties

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

The breakdown field wells of a waterfall visual.

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

The category field wells of a waterfall visual.

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

The value field wells of a waterfall visual.