ElectronBrowserWindow.setResizable method
ElectronBrowserWindow › setResizable
Unofficial
Sets whether the window can be manually resized by user.Signature:
setResizable(resizable: boolean): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| resizable | boolean | Whether the window is resizable. |
Returns: void