Skip to content

RichBlockDetails

An expandable block for details disclosure, corresponding to the HTML tag <details>.

Fields

typeString = detailsRequired
Type of the block, always "details"
summaryRichTextRequired
Always shown summary of the block
blocksRichBlock[]Required
Content of the block
is_openTrueOptional
Optional. True, if the content of the block is visible by default

GramIO Usage

See Also