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 | undefinedmodule:engine/model/operation/transform~TransformationContext#aIsStrongWhether
ais strong operation in this transformation, or weak.aWasUndone : boolean | undefinedmodule:engine/model/operation/transform~TransformationContext#aWasUndoneWhether
aoperation was undone.abRelation : any | undefinedmodule:engine/model/operation/transform~TransformationContext#abRelationThe relation between
aoperation and an operation undone byboperation.bWasUndone : boolean | undefinedmodule:engine/model/operation/transform~TransformationContext#bWasUndoneWhether
boperation was undone.baRelation : any | undefinedmodule:engine/model/operation/transform~TransformationContext#baRelationThe relation between
boperation and an operation undone byaoperation.forceWeakRemove : boolean | undefinedmodule:engine/model/operation/transform~TransformationContext#forceWeakRemove