asokolov's avatar
asokolov
Brass Contributor
May 19, 2021
Status:
New

Implement some kind of UndoRecord class in office-js for Office Word

I have a Word add-in that needs to do some manipulation on the document and be able to undo them with one click on the undo button. In the VSTO add-in version, I am using the UndoRecord class, but it looks like there are no analogues in office-js.

  • Currently, operations are grouped and can be Undo between each Context.Sync. Should this help on your scenarios?