Interface PageBlockCaption

Contains a caption of another block.

interface PageBlockCaption {
    @type: "pageBlockCaption";
    credit: RichText;
    text: RichText;
}

Properties

Properties

@type: "pageBlockCaption"
credit: RichText

Block credit (like HTML tag ).

text: RichText

Content of the caption.