RichBlockDetails
An expandable block for details disclosure, corresponding to the HTML tag <details>.
Properties
type
ts
type: "details";Type of the block, always “details”
summary
ts
summary: RichText;Always shown summary of the block
blocks
ts
blocks: RichBlock[];Content of the block
is_open
ts
is_open?: true;True, if the content of the block is visible by default