Interface

TransformSetsResult (engine/model/operation)

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

interface

The result of transformSets.

Filtering

Properties

  • operationsA : Array<Operation>

    Transformed operationsA.

  • operationsB : Array<Operation>

    Transformed operationsB.

  • originalOperations : Map<Operation, Operation>

    A map that links transformed operations to original operations. The keys are the transformed operations and the values are the original operations from the input (operationsA and operationsB).