This object allows to access to some history functions
Starts an undo block. All operations done inside this block will be undone together until a call to undoBlockFinish is called.
undoBlockFinish
the block identifier
Ends the undo block started with undoBlockBegin
undoBlockBegin
is the id returned by undoBlockBegin
historyContext.undoBlockFinish(blockId); Copy
historyContext.undoBlockFinish(blockId);
This object allows to access to some history functions