getTooltip

returns a tooltip

object getTooltip();
objectthe view object of a tooltip

Example

var tooltip = webix.TooltipControl.getTooltip();

Details

If there are no areas with tooltips created either with the tooltip setting or with the addTooltip() method or if all tooltips were removed with removeTooltip(), the getTooltip() method will not return anything.

Back to top