Interface PageBlockSubtitle

The subtitle of a page. Subtype of PageBlock.

interface PageBlockSubtitle {
    @type: "pageBlockSubtitle";
    subtitle: RichText;
}

Properties

Properties

@type: "pageBlockSubtitle"
subtitle: RichText

Subtitle.