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

TileLayoutStyle

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

The display options for the layout of tiles on a sheet.

interface TileLayoutStyle {
Gutter?: GutterStyle | null;
Margin?: MarginStyle | null;
}

§Properties

§
Gutter?: GutterStyle | null
[src]

The gutter settings that apply between tiles.

§
Margin?: MarginStyle | null
[src]

The margin settings that apply around the outside edge of sheets.