Type Editor / @type-editor/commands / types/SplitInfo / SplitInfo
Interface: SplitInfo
Defined in: types/SplitInfo.ts:6
Information about where and how to split a block.
Properties
| Property | Type | Defined in |
|---|---|---|
atEnd | boolean | types/SplitInfo.ts:10 |
atStart | boolean | types/SplitInfo.ts:11 |
defaultNodeType | NodeType | types/SplitInfo.ts:9 |
depth | number | types/SplitInfo.ts:8 |
types | { attrs?: Readonly<Record<string, any>>; type: NodeType; }[] | types/SplitInfo.ts:7 |