Skip to content

InputRichBlockDetails

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
blocksInputRichBlock[]Required
Content of the block
is_openTrueOptional
Optional. Pass True if the content of the block is visible by default

GramIO Usage

See Also