Skip to content

ElectronBrowserWindow.setMaximizable method

ElectronBrowserWindow › setMaximizable

Unofficial

Sets whether the window can be manually maximized by user. On Linux does nothing (macOS and Windows).

Signature:

setMaximizable(maximizable: boolean): void

Parameters:

Parameter Type Description
maximizable boolean Whether the window is maximizable.

Returns: void