MapperViewToModelPositionEventData
typedef
Data pipeline object that can store and pass data between callbacks. The callback should add
modelPosition
value to that object with calculated model position.
Properties
-
module:engine/conversion/mapper~MapperViewToModelPositionEventData#mapper
Mapper instance that fired the event.
-
modelPosition : ModelPosition | undefined
module:engine/conversion/mapper~MapperViewToModelPositionEventData#modelPosition
The callback should add
modelPosition
value to that object with calculated model position. -
module:engine/conversion/mapper~MapperViewToModelPositionEventData#viewPosition
The view position.