ElectronBrowserWindow.setFullScreenable method
ElectronBrowserWindow › setFullScreenable
Unofficial
Sets whether the maximize/zoom window button toggles fullscreen mode or maximizes the window.Signature:
setFullScreenable(fullscreenable: boolean): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| fullscreenable | boolean | Whether the window is fullscreenable. |
Returns: void