Skip to content

Interface: IndentNodeOptions\<TRow\>

Defined in: src/tree-editor/commands/indent-node.ts:4

Type Parameters

TRow

TRow

Properties

id

id: string

Defined in: src/tree-editor/commands/indent-node.ts:6

Id of the node to indent.


validators?

optional validators?: MoveValidator<TRow>[]

Defined in: src/tree-editor/commands/indent-node.ts:11

Optional custom validators (passed through to the underlying move). The built-in cycle/self check always runs.