Skip to content

$tooltipMove

defines the tooltip while the cursor moves over a view or an HTML area

function $tooltipMove(
// the HTML node for which a tooltip is shown
t: HTMLElement,
// the mouse event
e: Event,
// the text displayed in a tooltip
text: string
): void