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

Layout

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

A Layout defines the placement of elements within a sheet.

For more information, see Types of layout in the Amazon QuickSight User Guide.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

interface Layout {
Configuration: LayoutConfiguration;
}

§Properties

§

The configuration that determines what the type of layout for a sheet.