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

TreeMapAggregatedFieldWells

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

Aggregated field wells of a tree map.

interface TreeMapAggregatedFieldWells {
Colors?: MeasureField[] | null;
Groups?: DimensionField[] | null;
Sizes?: MeasureField[] | null;
}

§Properties

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

The color field well of a tree map. Values are grouped by aggregations based on group by fields.

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

The group by field well of a tree map. Values are grouped based on group by fields.

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

The size field well of a tree map. Values are aggregated based on group by fields.