Module

engine/model/batch

@ckeditor/ckeditor5-engine/src/model/batch

module

Filtering

Classes

  • Batch

    A batch instance groups model changes (operations). All operations grouped in a single batch can be reverted together, so you can also think about a batch as of a single undo step. If you want to extend a given undo step, you can add more changes to the batch using enqueueChange: