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

SectionBasedLayoutConfiguration

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

The configuration for a section-based layout.

interface SectionBasedLayoutConfiguration {
BodySections: BodySectionConfiguration[];
}

§Properties

§

A list of body section configurations.

§

The options for the canvas of a section-based layout.

§

A list of footer section configurations.

§

A list of header section configurations.