Skip to content

ElectronBrowserWindow.isClosable method

ElectronBrowserWindow › isClosable

Unofficial

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

Signature:

isClosable(): boolean

Returns: booleanWhether the window is closable.