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

FilledMapShapeConditionalFormatting

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

The conditional formatting that determines the shape of the filled map.

interface FilledMapShapeConditionalFormatting {
FieldId: string;
Format?: ShapeConditionalFormat | null;
}

§Properties

§
FieldId: string
[src]

The field ID of the filled map shape.

§

The conditional formatting that determines the background color of a filled map's shape.