The state watch map containing the initial settings.
Protected
watchRepresents a mapping of state watch settings.
Protected
detectProtected
Detects changes in the state and inserts snapshots into the undo history when necessary.
The dispatched action object.
The current state object.
The updated state object.
Protected
watcherProtected
Watches the dispatched undo action and applies the corresponding undo operation on the state.
The current state object.
The dispatched undo action object.
Middleware function for watching state changes and triggering undo actions.
The current state object.
The dispatched action object.
The next middleware function.
Generated using TypeDoc
Constructs a new instance of the UndoService class.