Skip to content

ElectronBrowserWindow.setFullScreenable method

ElectronBrowserWindow › setFullScreenable

Unofficial

Sets whether the maximize/zoom window button toggles fullscreen mode or maximizes the window.

Signature:

setFullScreenable(fullscreenable: boolean): void

Parameters:

Parameter Type Description
fullscreenable boolean Whether the window is fullscreenable.

Returns: void