Skip to content

ElectronBrowserWindow.setFullScreen method

ElectronBrowserWindow › setFullScreen

Unofficial

Sets whether the window should be in fullscreen mode.

Signature:

setFullScreen(flag: boolean): void

Parameters:

Parameter Type Description
flag boolean Whether to enable fullscreen.

Returns: void