Interface PageBlockFooter

The footer of a page. Subtype of PageBlock.

interface PageBlockFooter {
    @type: "pageBlockFooter";
    footer: RichText;
}

Properties

Properties

@type: "pageBlockFooter"
footer: RichText

Footer.