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

SectionBasedLayoutPaperCanvasSizeOptions

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

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

interface SectionBasedLayoutPaperCanvasSizeOptions {
PaperMargin?: Spacing | null;
PaperOrientation?: PaperOrientation | null;
PaperSize?: PaperSize | null;
}

§Properties

§
PaperMargin?: Spacing | null
[src]

Defines the spacing between the canvas content and the top, bottom, left, and right edges.

§
PaperOrientation?: PaperOrientation | null
[src]

The paper orientation that is used to define canvas dimensions. Choose one of the following options:

  • PORTRAIT
  • LANDSCAPE
§
PaperSize?: PaperSize | null
[src]

The paper size that is used to define canvas dimensions.