Class representing a delete undo action.
This class extends UndoAction and implements the callback method to remove a block from the TokenManager.
The type of the undo action, set to 'remove'.
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 a delete undo action.
Description
This class extends UndoAction and implements the callback method to remove a block from the TokenManager.