Skip to content

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): void

Parameters:

Parameter Type Description
region ElectronRectangle The region to show as the thumbnail.

Returns: void