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

DataPathColor

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

The color map that determines the color options for a particular element.

interface DataPathColor {
Color: string;
Element: DataPathValue;
TimeGranularity?: TimeGranularity | null;
}

§Properties

§
Color: string
[src]

The color that needs to be applied to the element.

§

The element that the color needs to be applied to.

§
TimeGranularity?: TimeGranularity | null
[src]

The time granularity of the field that the color needs to be applied to.