Typedef

ViewDocumentMouseOutEvent (engine/view/observer)

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

typedefobject

Fired when the mouse is moved out of the one of the editing roots of the editor.

Introduced by MouseObserver.

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

Filtering

Properties

  • args : tuple

  • name : 'mouseout'

Fired by