Skip to content

ElectronBrowserWindow.isMinimizable method

ElectronBrowserWindow › isMinimizable

Unofficial

Returns whether the window can be manually minimized by user. On Linux always returns true (macOS and Windows).

Signature:

isMinimizable(): boolean

Returns: booleanWhether the window is minimizable.