Skip to content

setTooltip

setTooltip(el, tooltip, options?): void

Defined in: obsidian.d.ts:3802

Parameters

el

HTMLElement

The element to show the tooltip on

tooltip

string

The tooltip text to show

options?

TooltipOptions

Returns

void