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

FreeFormLayoutCanvasSizeOptions

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

Configuration options for the canvas of a free-form layout.

interface FreeFormLayoutCanvasSizeOptions {
ScreenCanvasSizeOptions?: FreeFormLayoutScreenCanvasSizeOptions | null;
}

§Properties

§
ScreenCanvasSizeOptions?: FreeFormLayoutScreenCanvasSizeOptions | null
[src]

The options that determine the sizing of the canvas used in a free-form layout.