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.
Boolean if the the visible
state is true
because the user clicked an
element.
These props should be provided to the Tooltip component.
Boolean if the temporary element should be visible.
Clears the current onMouseEnter
visibility timer.
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.
An optional event handler to merge with the hover mode visibility handler.
If this function calls event.stopPropagation()
, the hover mode behavior
will be disabled.
An optional event handler to merge with the hover mode visibility handler.
If this function calls event.stopPropagation()
, the hover mode behavior
will be disabled.
An optional event handler to merge with the hover mode visibility handler.
If this function calls event.stopPropagation()
, the hover mode behavior
will be disabled.
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