Enum representing different triggers for displaying tooltips. This enum allows you to specify how tooltips should be triggered in a user interface.
Name | Value | Description |
---|---|---|
Focus | 0 |
Show tooltip by focusing element. |
Hover | 1 |
Show tooltip by hovering element. |
Both | 2 |
Show tooltip by focusing/hovering element. |