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