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

GridLayoutScreenCanvasSizeOptions

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

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

interface GridLayoutScreenCanvasSizeOptions {
OptimizedViewPortWidth?: string | null;
ResizeOption: ResizeOption;
}

§Properties

§
OptimizedViewPortWidth?: string | null
[src]

The width that the view port will be optimized for when the layout renders.

§
ResizeOption: ResizeOption
[src]

This value determines the layout behavior when the viewport is resized.

  • FIXED: A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is called Classic.
  • RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is called Tiled.