Module

undo/redocommand

@ckeditor/ckeditor5-undo/src/redocommand

module

Filtering

Classes

  • RedoCommand

    The redo command stores batches that were used to undo a batch by UndoCommand. It is able to redo a previously undone batch by reversing the undoing batches created by UndoCommand. The reversed batch is transformed by all the batches from history that happened after the reversed undo batch.