Abstract
Abstract class representing an undo action.
This class serves as a base for all undo actions, providing a type and a callback method that must be implemented by subclasses.
The type of the undo action.
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.
Abstract class representing an undo action.
Description
This class serves as a base for all undo actions, providing a type and a callback method that must be implemented by subclasses.