Skip to content

Type Editor


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

PropertyTypeDefined in
atEndbooleantypes/SplitInfo.ts:10
atStartbooleantypes/SplitInfo.ts:11
defaultNodeTypeNodeTypetypes/SplitInfo.ts:9
depthnumbertypes/SplitInfo.ts:8
types{ attrs?: Readonly<Record<string, any>>; type: NodeType; }[]types/SplitInfo.ts:7