drag(拖曳檔案)
實現原生系統檔案拖放功能。
方法
startDrag(filePaths)
顯示通知視窗
filePaths
string[] - 欲拖曳檔案路徑返回
Promise<>
備註:此功能與 Electron API 的 webContents.startDrag(item) 功能類似。
Last updated
實現原生系統檔案拖放功能。
顯示通知視窗
filePaths
string[] - 欲拖曳檔案路徑
返回 Promise<>
備註:此功能與 Electron API 的 webContents.startDrag(item) 功能類似。
Last updated