Skip to content

ElectronShareMenu.closePopup method

ElectronShareMenu › closePopup

Unofficial

Closes the context menu in the browserWindow.

Signature:

closePopup(browserWindow?: ElectronBrowserWindow | undefined): void

Parameters:

Parameter Type Description
browserWindow? ElectronBrowserWindow | undefined The window to close the popup in.

Returns: void