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

RowAlternateColorOptions

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

Determines the row alternate color options.

interface RowAlternateColorOptions {
RowAlternateColors?: string[] | null;
Status?: WidgetStatus | null;
}

§Properties

§
RowAlternateColors?: string[] | null
[src]

Determines the list of row alternate colors.

§
Status?: WidgetStatus | null
[src]

Determines the widget status.