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

FreeFormLayoutElementBorderStyle

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

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

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

§Properties

§
Color?: string | null
[src]

The border color of a free-form layout element.

§
Visibility?: Visibility | null
[src]

The border visibility of a free-form layout element.