ICollapsibleBlockSettings
16 Dec 20251 minute to read
Properties for collapsible blocks, such as collapsible paragraphs or headings.
Properties
children BlockModel[]
Represents the child blocks.
This property contains an array of blocks which are considered
as the children of parent block, allowing for hierarchical structures.
isExpanded boolean
Specifies whether the block is expanded or collapsed.
This property controls the visibility of child blocks within a hierarchical structure.
placeholder string
Specifies placeholder text to display when the block is empty.
This property provides a hint to the user about what to write.