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

SectionBasedLayoutCanvasSizeOptions

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

The options for the canvas of a section-based layout.

interface SectionBasedLayoutCanvasSizeOptions {
PaperCanvasSizeOptions?: SectionBasedLayoutPaperCanvasSizeOptions | null;
}

§Properties

§
PaperCanvasSizeOptions?: SectionBasedLayoutPaperCanvasSizeOptions | null
[src]

The options for a paper canvas of a section-based layout.