Posted 18 October 2017, 3:28 pm EST
Hello,
I’m creating a internal audit system of the actions being performed by the user while using the SpreadJS component.
We’re currently allowing to undo/redo actions via
workbook.undoManager().undo() and workbook.undoManager().redo() but we need to find the way to subscribe to the undo/redo action being performed, so I can audit that specific action that want to be revert via Undo or re execute via Redo.
I’d appreciate any advice on how to subscribe to undo/redo actions.
Thanks in advance.