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

ConditionalFormattingCustomIconOptions

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

Custom icon options for an icon set.

interface ConditionalFormattingCustomIconOptions {
Icon?: Icon | null;
UnicodeIcon?: string | null;
}

§Properties

§
Icon?: Icon | null
[src]

Determines the type of icon.

§
UnicodeIcon?: string | null
[src]

Determines the Unicode icon type.