Skip to content

ElectronBrowserWindow.setResizable method

ElectronBrowserWindow › setResizable

Unofficial

Sets whether the window can be manually resized by user.

Signature:

setResizable(resizable: boolean): void

Parameters:

Parameter Type Description
resizable boolean Whether the window is resizable.

Returns: void