TransformationContext
typedef
Holds additional contextual information about a transformed pair of operations (a
and b
). Those information
can be used for better conflict resolving.
Properties
-
aIsStrong : boolean | undefined
module:engine/model/operation/transform~TransformationContext#aIsStrong
Whether
a
is strong operation in this transformation, or weak. -
aWasUndone : boolean | undefined
module:engine/model/operation/transform~TransformationContext#aWasUndone
Whether
a
operation was undone. -
abRelation : any | undefined
module:engine/model/operation/transform~TransformationContext#abRelation
The relation between
a
operation and an operation undone byb
operation. -
bWasUndone : boolean | undefined
module:engine/model/operation/transform~TransformationContext#bWasUndone
Whether
b
operation was undone. -
baRelation : any | undefined
module:engine/model/operation/transform~TransformationContext#baRelation
The relation between
b
operation and an operation undone bya
operation. -
forceWeakRemove : boolean | undefined
module:engine/model/operation/transform~TransformationContext#forceWeakRemove