TransformationContext (engine/model/operation)
@ckeditor/ckeditor5-engine/src/model/operation/transform
typedef
Object
Holds additional contextual information about a transformed pair of operations (a
and b
). Those information
can be used for better conflict resolving.
Filtering
Properties
-
Whether
a
is strong operation in this transformation, or weak. -
Whether
a
operation was undone. -
The relation between
a
operation and an operation undone byb
operation. -
Whether
b
operation was undone. -
The relation between
b
operation and an operation undone bya
operation.
Every day, we work hard to keep our documentation complete. Have you spotted an outdated information? Is something missing? Please report it via our issue tracker.