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

GutterStyle

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

The display options for gutter spacing between tiles on a sheet.

interface GutterStyle {
Show?: boolean | null;
}

§Properties

§
Show?: boolean | null
[src]

This Boolean value controls whether to display a gutter space between sheet tiles.