Skip to content

ElectronBrowserWindow.setFullScreen method

ElectronBrowserWindow › setFullScreen

Unofficial

Sets whether the window should be in fullscreen mode.

Signature:

setFullScreen(flag: boolean): void

Parameters:

ParameterTypeDescription
flagbooleanWhether to enable fullscreen.

Returns: void