Typedef

MapperViewToModelPositionEventData (engine/conversion)

@ckeditor/ckeditor5-engine/src/conversion/mapper

typedefobject

Data pipeline object that can store and pass data between callbacks. The callback should add modelPosition value to that object with calculated model position.

Filtering

Properties

  • mapper : Mapper

    Mapper instance that fired the event.

  • modelPosition : Position | undefined

    The callback should add modelPosition value to that object with calculated model position.

  • viewPosition : Position

    The view position.