$tooltipOut

defines the behavior of a tooltip when the cursor is out of the target widget or HTML area

void $tooltipOut();
Details

By default, the tooltip disappears when the cursor is no longer over the target view or HTML area.

This method is not for direct calls. You can redefine it to change the default logic.

Back to top