Typedef

ViewDocumentTouchMoveEvent (engine/view/observer)

@ckeditor/ckeditor5-engine/src/view/observer/touchobserver

typedefobject

Fired when a touch is moved on one of the editing roots of the editor.

Introduced by TouchObserver.

Note that this event is not available by default. To make it available, TouchObserver needs to be added to View by the addObserver method.

Filtering

Properties

  • args : tuple

  • name : 'touchmove'

Fired by