Enhanced functions for creating and managing tooltips. Tooltip can be positioned at an element, mouse or window.

Usage

The functions in this module can be accessed using the syntax ix.api.tooltip.functionName();

Example

// show a basic tooltip
ix.api.tooltip.show({
title: "Lorem ipsum",
content: "Dolor sit amet",
key: "my-basic-tooltip"
});

// close a tooltip by its key
ix.api.tooltip.close("my-basic-tooltip");

Index

Interfaces

Type Aliases

Functions