Interface PageBlockSubheader

A subheader. Subtype of PageBlock.

interface PageBlockSubheader {
    @type: "pageBlockSubheader";
    subheader: RichText;
}

Properties

Properties

@type: "pageBlockSubheader"
subheader: RichText

Subheader.