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:

ParameterTypeDescription
options?ElectronMenuPopupOptions | undefinedOptions for the popup including window, x, and y.

Returns: void