drag
Implement native system file drag-and-drop functionality.
Method
startDrag(filePaths)
Display notification window
filePaths
string[] - File paths to dragReturns
Promise<>
Note: This function is similar to Electron API's webContents.startDrag(item) feature.
Last updated