• Opens a tooltip which is positioned at element, mouse or window.

    Parameters

    Returns Promise<UpTip | UpTipWin>

    Example

    ix.tooltip.show({
    position: "modal",
    height: 200,
    width: 200,
    modal: true,
    title: "Lorem ipsum",
    key: "tt-key01"
    });