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

ConditionalFormattingSolidColor

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

Formatting configuration for solid color.

interface ConditionalFormattingSolidColor {
Color?: string | null;
Expression: string;
}

§Properties

§
Color?: string | null
[src]

Determines the color.

§
Expression: string
[src]

The expression that determines the formatting configuration for solid color.