ElectronBrowserWindow.isMinimizable method
ElectronBrowserWindow › isMinimizable
Unofficial
Returns whether the window can be manually minimized by user. On Linux always returnstrue (macOS and Windows). Signature:
isMinimizable(): booleanReturns: boolean — Whether the window is minimizable.