ModelApplyOperationEvent
typedef
Fired every time any operation is applied on the model using applyOperation.
Note that this event is suitable only for very specific use-cases. Use it if you need to listen to every single operation applied on the document. However, in most cases event-change should be used.
A few callbacks are already added to this event by engine internal classes:
- with
highestpriority operation is validated, - with
normalpriority operation is executed, - with
lowpriority theModelDocumentupdates its version, - with
lowpriorityModelLivePositionandModelLiveRangeupdate themselves.