Skip to content

ElectronMenu.popup method

ElectronMenu › popup

Unofficial

Pops up this menu as a context menu in the BrowserWindow.

Signature:

popup(options?: ElectronMenuPopupOptions | undefined): void

Parameters:

Parameter Type Description
options? ElectronMenuPopupOptions | undefined Options for the popup including window, x, and y.

Returns: void