Skip to content

ElectronBrowserWindow.setEnabled method

ElectronBrowserWindow › setEnabled

Unofficial

Disables or enables the window.

Signature:

setEnabled(enable: boolean): void

Parameters:

Parameter Type Description
enable boolean Whether to enable the window.

Returns: void