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

MarginStyle

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

The display options for margins around the outside edge of sheets.

interface MarginStyle {
Show?: boolean | null;
}

§Properties

§
Show?: boolean | null
[src]

This Boolean value controls whether to display sheet margins.