Open this page in the API Guide

TooltipState

 

Example

The following is an example of how to reference the TooltipState object:

1
2
3
// The full path is required.
dundas.ui.TooltipState.ANIMATE_IN

 

Properties

 
  Name Description
  ANIMATE_IN  
  ANIMATE_OUT The tooltip is in a transition between VISIBLE and HIDDEN.
  HIDDEN The tooltip is hidden.
  VISIBLE The tooltip is visible.