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?
optionalvalidators?: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.