Interface PageBlockPreformatted

A preformatted text paragraph. Subtype of PageBlock.

interface PageBlockPreformatted {
    @type: "pageBlockPreformatted";
    language: string;
    text: RichText;
}

Properties

Properties

@type: "pageBlockPreformatted"
language: string

Programming language for which the text needs to be formatted.

text: RichText

Paragraph text.