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