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

FreeFormLayoutElement

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

An element within a free-form layout.

interface FreeFormLayoutElement {
BackgroundStyle?: FreeFormLayoutElementBackgroundStyle | null;
BorderStyle?: FreeFormLayoutElementBorderStyle | null;
ElementId: string;
ElementType: LayoutElementType;
Height: string;
LoadingAnimation?: LoadingAnimation | null;
RenderingRules?: SheetElementRenderingRule[] | null;
SelectedBorderStyle?: FreeFormLayoutElementBorderStyle | null;
Visibility?: Visibility | null;
Width: string;
XAxisLocation: string;
YAxisLocation: string;
}

§Properties

§

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

§

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

§
ElementId: string
[src]

A unique identifier for an element within a free-form layout.

§

The type of element.

§
Height: string
[src]

The height of an element within a free-form layout.

§
LoadingAnimation?: LoadingAnimation | null
[src]

The loading animation configuration of a free-form layout element.

§
RenderingRules?: SheetElementRenderingRule[] | null
[src]

The rendering rules that determine when an element should be displayed within a free-form layout.

§
SelectedBorderStyle?: FreeFormLayoutElementBorderStyle | null
[src]

The border style configuration of a free-form layout element. This border style is used when the element is selected.

§
Visibility?: Visibility | null
[src]

The visibility of an element within a free-form layout.

§
Width: string
[src]

The width of an element within a free-form layout.

§
XAxisLocation: string
[src]

The x-axis coordinate of the element.

§
YAxisLocation: string
[src]

The y-axis coordinate of the element.