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

GridLayoutConfiguration

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

The configuration for a grid layout. Also called a tiled layout.

Visuals snap to a grid with standard spacing and alignment. Dashboards are displayed as designed, with options to fit to screen or view at actual size.

interface GridLayoutConfiguration {
CanvasSizeOptions?: GridLayoutCanvasSizeOptions | null;
Elements: GridLayoutElement[];
}

§Properties

§
CanvasSizeOptions?: GridLayoutCanvasSizeOptions | null
[src]
§

The elements that are included in a grid layout.