Skip to content

Interface: UseHistoryManagerOptions\<TRow\>

Defined in: src/tree-editor/use-history-manager.ts:4

Type Parameters

TRow

TRow

Properties

historyDepth?

optional historyDepth?: number

Defined in: src/tree-editor/use-history-manager.ts:8

Maximum number of undo steps. Default: 50.


initialState

initialState: TreeState<TRow>

Defined in: src/tree-editor/use-history-manager.ts:6

The initial tree state.