ElectronBrowserWindow.setThumbnailToolTip method
ElectronBrowserWindow › setThumbnailToolTip
Unofficial
Sets the tooltip displayed when hovering over the window thumbnail in the taskbar (Windows only).Signature:
setThumbnailToolTip(toolTip: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| toolTip | string | The tooltip text. |
Returns: void