Typedef

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

  • aIsStrong : Boolean

    Whether a is strong operation in this transformation, or weak.

  • aWasUndone : Boolean

    Whether a operation was undone.

  • abRelation : String | null

    The relation between a operation and an operation undone by b operation.

  • bWasUndone : Boolean

    Whether b operation was undone.

  • baRelation : String | null

    The relation between b operation and an operation undone by a operation.