TooltipProps
Inheritors
Properties
Override or extend the styles applied to the component.
Set to true if the title acts as an accessible description. By default the title acts as an accessible label for the child.
Do not respond to focus-visible events.
Do not respond to hover events.
Makes a tooltip not interactive, i.e. it will close when the user hovers over the tooltip before the leaveDelay is expired.
Do not respond to long press touch events.
The number of milliseconds to wait before showing the tooltip. This prop won't impact the enter touch delay (enterTouchDelay).
The number of milliseconds to wait before showing the tooltip when one was already recently opened.
The number of milliseconds a user must touch the element before showing the tooltip.
If true, the tooltip follow the cursor over the wrapped element.
The number of milliseconds to wait before hiding the tooltip. This prop won't impact the leave touch delay (leaveTouchDelay).
The number of milliseconds after the user stops touching an element before hiding the tooltip.
Callback fired when the component requests to be closed.
Callback fired when the component requests to be open.