Skip to content

ElectronTray.setToolTip method

ElectronTray › setToolTip

Unofficial

Sets the hover text for this tray icon.

Signature:

setToolTip(toolTip: string): void

Parameters:

Parameter Type Description
toolTip string The hover text for this tray icon.

Returns: void