_showToolTip MethodProtected

Show a ToolTip window.

_showToolTip(el: HTMLElement, message: HTMLElement | string, pt?: XAndY, options?: ToolTipOptions): void

Parameter Type Description
el HTMLElement The HTMLElement that anchors the toolTip.
message HTMLElement | string The message to display inside the ToolTip
pt XAndY An optional location, relative to the origin of el, for the ToolTip. If undefined, center of el.
options ToolTipOptions Options that supply additional information about how the ToolTip should function.

Returns - void

Defined in

Last Updated: 13 June, 2024