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

HeaderFooterSectionConfiguration

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

The configuration of a header or footer section.

interface HeaderFooterSectionConfiguration {
SectionId: string;
Style?: SectionStyle | null;
}

§Properties

§

The layout configuration of the header or footer section.

§
SectionId: string
[src]

The unique identifier of the header or footer section.

§
Style?: SectionStyle | null
[src]

The style options of a header or footer section.