Raw.PageBlockDetails
A collapsible details block
pageBlockDetails#76768bed flags:# open:flags.0?true blocks:Vector<PageBlock> title:RichText = PageBlock;
export namespace Raw {
export class PageBlockDetails {
constructor(params: {
open?: boolean;
blocks: Array<Raw.TypePageBlock>;
title: Raw.TypeRichText;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x76768bed
Property
open
: boolean or undefinedWhether the block is open by default
blocks
: Array of Raw.TypePageBlockBlock contents
title
: Raw.TypeRichTextAlways visible heading for the block