Skip to content

$tooltipIn

shows a tooltip

function $tooltipIn(
// the HTML element for which the tooltip is shown
node: HTMLElement
): HTMLElement

HTMLElement the HTML element for which the tooltip is shown

You can override it with your own logic of how a tooltip will be shown over a widget or an HTML area.