setTooltip
setTooltip(
el
,tooltip
,options
?):void
Defined in: obsidian.d.ts:3802
Parameters
el
The element to show the tooltip on
tooltip
string
The tooltip text to show
options?
Returns
void
setTooltip(
el
,tooltip
,options
?):void
Defined in: obsidian.d.ts:3802
The element to show the tooltip on
string
The tooltip text to show
void