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

FreeFormLayoutElementBackgroundStyle

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

The background style configuration of a free-form layout element.

interface FreeFormLayoutElementBackgroundStyle {
Color?: string | null;
Visibility?: Visibility | null;
}

§Properties

§
Color?: string | null
[src]

The background color of a free-form layout element.

§
Visibility?: Visibility | null
[src]

The background visibility of a free-form layout element.