Skip to content

ElectronBrowserWindow.setMaximumSize method

ElectronBrowserWindow › setMaximumSize

Unofficial

Sets the maximum size of the window.

Signature:

setMaximumSize(width: number, height: number): void

Parameters:

Parameter Type Description
width number The maximum width.
height number The maximum height.

Returns: void