drag
Implement native system file drag-and-drop functionality.
Method
startDrag(filePaths)
Display notification window
filePaths
string[] - File paths to dragReturns
Promise<>
await eagle.drag.startDrag([
"C:\\Users\\User\\Pictures\\drag1.jpg",
"C:\\Users\\User\\Pictures\\drag2.jpg",
]);
Last updated