Search results

OpenMode API in Angular Tooltip API component

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.