BatchType
interface
A set of flags that specify the type of the batch. Batch type can alter how some of the features work when encountering a given Batch instance (for example, when a feature listens to applied operations).
Properties
isLocal : boolean | undefinedmodule:engine/model/batch~BatchType#isLocalWhether a batch includes operations created locally (
true) or operations created on other, remote editors (false).Defaults to
trueisTyping : boolean | undefinedmodule:engine/model/batch~BatchType#isTypingWhether a batch includes operations connected with a typing action.
Defaults to
falseisUndo : boolean | undefinedmodule:engine/model/batch~BatchType#isUndoWhether a batch was created by the undo feature and undoes other operations.
Defaults to
falseisUndoable : boolean | undefinedmodule:engine/model/batch~BatchType#isUndoable