Function: useTreeEditor()
useTreeEditor<
TRow>(options):UseTreeEditorReturn<TRow>
Defined in: src/tree-editor/use-tree-editor.ts:121
Top-level orchestrator for tree editing. Combines useHistoryManager,
useChangeTracker, and useClipboard and exposes a high-level API
matching the M3 spec.
Type Parameters
TRow
TRow
Parameters
options
UseTreeEditorOptions<TRow>
Returns
UseTreeEditorReturn<TRow>