Boolean if the hover mode is currently working.
These are the props that should be provided to the element the tooltip is attached to.
{@inheritDoc TooltippedElementEventHandlers}
A function to manually set the visibility state if you need even more custom behavior.
These props should be provided to the Tooltip component.
Boolean if the temporary element should be visible.
A function that will disable the hover mode for all connected components.
This should normally be called after leaving a hoverable element or the
UserInteractionMode changes to "touch"
.
A function that will enable the hover mode for all connected components. This should normally be called after hovering over an element for the HoverModeContext.visibleInTime.
A function that will start a timer for disabling the hover mode for all connected components. This should normally be called after leaving a hoverable element
Generated using TypeDoc
Note: This is really an internal type since this is handled automatically from the Tooltipped component.
@since 2.8.0