Skip to content

ElectronBrowserWindow.flashFrame method

ElectronBrowserWindow › flashFrame

Unofficial

Starts or stops flashing the window to attract user's attention.

Signature:

flashFrame(flag: boolean): void

Parameters:

Parameter Type Description
flag boolean Whether to flash the window.

Returns: void