Interface for a class Block
Represents the child blocks of the current block. This property contains an array of block models which are considered as children of the current block, allowing for hierarchical structures.
Specifies the settings for comments on the block contents. This property allows configuration of comment-related features for the block.
Specifies the content of the block, which can vary based on the block type. This property holds the actual content of the block.
string
Specifies the CSS class applied to the block. Allows custom styling by associating one or more CSS class names with the block.
string
Specifies the unique identifier for the block. This property is used to uniquely identify each block.
number
Specifies the indent for the block. This property is used to specify indent for each block.
boolean
Specifies whether the block is expanded or collapsed. This property controls the visibility of child blocks within a hierarchical structure.
string
| BlockType
Specifies the type of the block, which can be a string or a predefined BlockType. This property determines the type of content the block holds.