ClipboardManager.handleDrop method
ClipboardManager › handleDrop
Unofficial
Handle an incoming drag-drop event.Signature:
handleDrop(event: DragEvent): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| event | DragEvent | The drag event. |
Returns: boolean — Whether the drop was handled.