Raw.PageBlockBlockquote
Quote (equivalent to the html <blockquote>)
pageBlockBlockquote#263d7c26 text:RichText caption:RichText = PageBlock;
export namespace Raw {
export class PageBlockBlockquote {
constructor(params: { text: Raw.TypeRichText; caption: Raw.TypeRichText }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x263d7c26
Property
text
: Raw.TypeRichTextQuote contents
caption
: Raw.TypeRichTextCaption