Interface PageBlockTitle

Describes a block of an instant view for a web page. Subtype of PageBlock.

interface PageBlockTitle {
    @type: "pageBlockTitle";
    title: RichText;
}

Properties

Properties

@type: "pageBlockTitle"
title: RichText

Title.