Skip to content

ElectronBrowserWindow.setMinimumSize method

ElectronBrowserWindow › setMinimumSize

Unofficial

Sets the minimum size of the window.

Signature:

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

Parameters:

ParameterTypeDescription
widthnumberThe minimum width.
heightnumberThe minimum height.

Returns: void