ElectronBrowserWindow.setEnabled method
ElectronBrowserWindow › setEnabled
Unofficial
Disables or enables the window.Signature:
setEnabled(enable: boolean): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| enable | boolean | Whether to enable the window. |
Returns: void