ElectronBrowserWindow.setThumbnailClip method
ElectronBrowserWindow › setThumbnailClip
Unofficial
Sets the region of the window to show as the thumbnail image displayed when hovering over the window in the taskbar (Windows only).Signature:
setThumbnailClip(region: ElectronRectangle): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| region | ElectronRectangle | The region to show as the thumbnail. |
Returns: void