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

SheetStyle

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

The theme display options for sheets.

interface SheetStyle {
Tile?: TileStyle | null;
TileLayout?: TileLayoutStyle | null;
}

§Properties

§
Tile?: TileStyle | null
[src]

The display options for tiles.

§
TileLayout?: TileLayoutStyle | null
[src]

The layout options for tiles.