OpenMode
12 Sep 20251 minute to read
Set of open modes available for Tooltip.
-
Auto- The tooltip opens automatically when the trigger element is hovered over. -
Hover- The tooltip opens when the trigger element is hovered over. -
Click- The tooltip opens when the trigger element is clicked. -
Focus- The tooltip opens when the trigger element is focused. -
Custom- The tooltip opens when the trigger element is triggered by a custom event.