Documentation - v1.5.3
    Preparing search index...

    Class representing a delete undo action.

    This class extends UndoAction and implements the callback method to remove a block from the TokenManager.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    type: string = UndoAction.DeleteAction

    The type of the undo action, set to 'remove'.

    CreateAction: string = 'create'
    DeleteAction: string = 'remove'
    OverlappingAction: string = 'overlapping'
    UpdateAction: string = 'update'

    Methods

    • Callback method to be implemented by subclasses.

      Parameters

      • tokenManager: TokenManager

        The TokenManager instance to apply the undo action to.

      Returns void

      This method is called when the undo action is executed, allowing subclasses to define their specific behavior.