Class representing an overlapping undo action.
This class extends UndoAction and implements the callback method to handle overlapping blocks in the TokenManager.
The type of the undo action, set to 'overlapping'.
Static
Callback method to be implemented by subclasses.
The TokenManager instance to apply the undo action to.
This method is called when the undo action is executed, allowing subclasses to define their specific behavior.
Class representing an overlapping undo action.
Description
This class extends UndoAction and implements the callback method to handle overlapping blocks in the TokenManager.