Skip to content

ClipboardManager.handleDropIntoEditor method

ClipboardManager › handleDropIntoEditor

Unofficial

Process a drop event into the editor.

Signature:

handleDropIntoEditor(event: DragEvent): null | string

Parameters:

Parameter Type Description
event DragEvent The drag event.

Returns: null | stringThe inserted text, or null.