Typedef

TransformationContext (engine/model/operation)

@ckeditor/ckeditor5-engine/src/model/operation/transform

typedefobject

Holds additional contextual information about a transformed pair of operations (a and b). Those information can be used for better conflict resolving.

Filtering

Properties

  • aIsStrong : boolean | undefined

  • aWasUndone : boolean | undefined

  • abRelation : any | undefined

  • bWasUndone : boolean | undefined

  • baRelation : any | undefined

  • forceWeakRemove : boolean | undefined