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

GridLayoutCanvasSizeOptions

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

Configuration options for the canvas of a grid layout.

interface GridLayoutCanvasSizeOptions {
ScreenCanvasSizeOptions?: GridLayoutScreenCanvasSizeOptions | null;
}

§Properties

§
ScreenCanvasSizeOptions?: GridLayoutScreenCanvasSizeOptions | null
[src]

The options that determine the sizing of the canvas used in a grid layout.