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

ConditionalFormattingCustomIconCondition

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

Determines the custom condition for an icon set.

interface ConditionalFormattingCustomIconCondition {
Color?: string | null;
DisplayConfiguration?: ConditionalFormattingIconDisplayConfiguration | null;
Expression: string;
}

§Properties

§
Color?: string | null
[src]

Determines the color of the icon.

§

Determines the icon display configuration.

§
Expression: string
[src]

The expression that determines the condition of the icon set.

§

Custom icon options for an icon set.