ElectronBrowserWindow.setFullScreen method
ElectronBrowserWindow › setFullScreen
Unofficial
Sets whether the window should be in fullscreen mode.Signature:
setFullScreen(flag: boolean): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| flag | boolean | Whether to enable fullscreen. |
Returns: void