Emitted after the tooltip has been fully removed from view.
Emitted before the tooltip begins to close. Can be canceled to prevent closing.
Emitted after the tooltip has successfully opened and is visible.
Emitted before the tooltip begins to open. Can be canceled to prevent opening.
Hides the tooltip if not already hidden.
Shows the tooltip if not already showing. If a target is provided, sets it as a transient anchor.
Toggles the tooltip between shown/hidden state
An element instance or an IDREF to use as the anchor for the tooltip.
Whether to disable the rendering of the arrow indicator for the tooltip.
Specifies the number of milliseconds that should pass before hiding the tooltip.
Which event triggers will hide the tooltip. Expects a comma separate string of different event triggers.
Specifies a plain text as tooltip content.
The offset of the tooltip from the anchor in pixels.
Whether the tooltip is showing.
Where to place the floating element relative to the parent anchor element.
Specifies the number of milliseconds that should pass before showing the tooltip.
Which event triggers will show the tooltip. Expects a comma separate string of different event triggers.
Specifies if the tooltip remains visible until the user closes it via the close button or Esc key.
Whether to render an arrow indicator for the tooltip.
Provides a way to display supplementary information related to an element when a user interacts with it (e.g., hover, focus). It offers features such as placement customization, delays, sticky mode, and animations.
Slot
Slot
close-button - Slot for custom sticky-mode close action (e.g., an icon/button).
Csspart
base - The wrapping container of the tooltip content.