ElectronWebContents.startDrag method
ElectronWebContents › startDrag
Unofficial
Sets theitem as the dragging item for the current drag-drop operation. Signature:
startDrag(item: ElectronItem): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| item | ElectronItem | The item to drag. |
Returns: void