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

Spacing

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

The configuration of spacing (often a margin or padding).

interface Spacing {
Bottom?: string | null;
Left?: string | null;
Right?: string | null;
Top?: string | null;
}

§Properties

§
Bottom?: string | null
[src]

Define the bottom spacing.

§
Left?: string | null
[src]

Define the left spacing.

§
Top?: string | null
[src]

Define the top spacing.