Skip to content

ClipboardManager.handleDrop method

ClipboardManager › handleDrop

Unofficial

Handle an incoming drag-drop event.

Signature:

handleDrop(event: DragEvent): boolean

Parameters:

Parameter Type Description
event DragEvent The drag event.

Returns: booleanWhether the drop was handled.