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

GradientStop

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

Determines the gradient stop configuration.

interface GradientStop {
Color?: string | null;
DataValue?: number | null;
GradientOffset: number;
}

§Properties

§
Color?: string | null
[src]

Determines the color.

§
DataValue?: number | null
[src]

Determines the data value.

§
GradientOffset: number
[src]

Determines gradient offset value.