Implement native system file drag-and-drop functionality.
Last updated 2 years ago
Display notification window
filePaths string[] - File paths to drag
filePaths
Returns Promise<>
Promise<>
await eagle.drag.startDrag([ "C:\\Users\\User\\Pictures\\drag1.jpg", "C:\\Users\\User\\Pictures\\drag2.jpg", ]);
Note: This function is similar to Electron API's feature.