Use of Electron APIs from with a plugin (webContents.startDrag)

Hi, I’m looking to use electron’s webContents.startDrag to control some drag and drop things but it lives in the Electron APIs, which aren’t exposed. I was thinking IPCs could be a potential solution but I didn’t go down that route as it’s unlikely to work given the security implications. Any thoughts would be appreciated, thanks :smiley:

Electron APIs are accessible:

wearing dunce cap currently

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.