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

BodySectionConfiguration

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

The configuration of a body section.

interface BodySectionConfiguration {
PageBreakConfiguration?: SectionPageBreakConfiguration | null;
SectionId: string;
Style?: SectionStyle | null;
}

§Properties

§

The configuration of content in a body section.

§
PageBreakConfiguration?: SectionPageBreakConfiguration | null
[src]

The configuration of a page break for a section.

§
SectionId: string
[src]

The unique identifier of a body section.

§
Style?: SectionStyle | null
[src]

The style options of a body section.