ElectronBrowserWindow.flashFrame method
ElectronBrowserWindow › flashFrame
Unofficial
Starts or stops flashing the window to attract user's attention.Signature:
flashFrame(flag: boolean): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| flag | boolean | Whether to flash the window. |
Returns: void