Typedef

MapperModelToViewPositionEventData (engine/conversion)

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

typedef
object

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

Filtering

Properties

  • isPhantom : boolean | undefined

  • mapper : Mapper

  • modelPosition : Position

  • viewPosition : Position | undefined