Skip to content

Interface: OutdentNodeOptions\<TRow\>

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

Type Parameters

TRow

TRow

Properties

id

id: string

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

Id of the node to outdent.


validators?

optional validators?: MoveValidator<TRow>[]

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

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