Typedef

ViewDocumentMouseMoveEvent (table/tablemouse)

@ckeditor/ckeditor5-table/src/tablemouse/mouseeventsobserver

typedef
object

Fired when the mouse is moved over one of the editables.

Introduced by MouseEventsObserver.

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

Filtering

Properties

  • args : tuple

  • name : 'mousemove'