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

SectionStyle

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

The options that style a section.

interface SectionStyle {
Height?: string | null;
Padding?: Spacing | null;
}

§Properties

§
Height?: string | null
[src]

The height of a section.

Heights can only be defined for header and footer sections. The default height margin is 0.5 inches.

§
Padding?: Spacing | null
[src]

The spacing between section content and its top, bottom, left, and right edges.

There is no padding by default.