Raw.PageBlockPreformatted
Preformatted (<pre> text)
pageBlockPreformatted#c070d93e text:RichText language:string = PageBlock;
export namespace Raw {
export class PageBlockPreformatted {
constructor(params: { text: Raw.TypeRichText; language: string }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xc070d93e
Property
text
: Raw.TypeRichTextText
language
: stringProgramming language of preformatted text