Typedef

ViewDocumentDragOverEvent (clipboard)

@ckeditor/ckeditor5-clipboard/src/clipboardobserver

typedefobject

Fired when the user drags the content over one of the editing roots of the editor.

Introduced by ClipboardObserver.

Note: This event is not available by default. To make it available, ClipboardObserver needs to be added to the Document by using the addObserver method. This is usually done by the Clipboard plugin, but if for some reason it is not loaded, the observer must be added manually.

Filtering

Properties

  • args : tuple

  • name : 'dragover'

Fired by