Skip to content

ElectronTray.setToolTip method

ElectronTray › setToolTip

Unofficial

Sets the hover text for this tray icon.

Signature:

setToolTip(toolTip: string): void

Parameters:

ParameterTypeDescription
toolTipstringThe hover text for this tray icon.

Returns: void