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

SheetControlLayoutConfiguration

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

The configuration that determines the elements and canvas size options of sheet control.

interface SheetControlLayoutConfiguration {
GridLayout?: GridLayoutConfiguration | null;
}

§Properties

§
GridLayout?: GridLayoutConfiguration | null
[src]

The configuration that determines the elements and canvas size options of sheet control.