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

FilledMapConfiguration

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

The configuration for a FilledMapVisual.

interface FilledMapConfiguration {
FieldWells?: FilledMapFieldWells | null;
Legend?: LegendOptions | null;
MapStyleOptions?: GeospatialMapStyleOptions | null;
SortConfiguration?: FilledMapSortConfiguration | null;
Tooltip?: TooltipOptions | null;
WindowOptions?: GeospatialWindowOptions | null;
}

§Properties

§
FieldWells?: FilledMapFieldWells | null
[src]

The field wells of the visual.

§
Legend?: LegendOptions | null
[src]

The legend display setup of the visual.

§
MapStyleOptions?: GeospatialMapStyleOptions | null
[src]

The map style options of the filled map visual.

§
SortConfiguration?: FilledMapSortConfiguration | null
[src]

The sort configuration of a FilledMapVisual.

§
Tooltip?: TooltipOptions | null
[src]

The tooltip display setup of the visual.

§
WindowOptions?: GeospatialWindowOptions | null
[src]

The window options of the filled map visual.