Skip to main content
cngx-src documentation

TooltipTriggerMode

Type Aliascommon/popover

projects/common/popover/popover.types.ts

Referenced by#

Description#

Which event sources may open CngxTooltip.

  • 'auto' (default) - hover and focus open the tooltip with the configured tooltipDelay / closeDelay. show() and hide() remain available for programmatic overrides.
  • 'manual' - hover and focus are inert. Only show() / hide() open or close the tooltip. Escape still dismisses an open tooltip for keyboard accessibility.

Definition#

"auto" | "manual"