Boolean if the hover mode is currently working.
{@inheritDoc HoverModeEventHandlers}
A function to manually set the visibility state if you need even more custom behavior.
{@inheritDoc StickyHoverModeEventHandlers}
Boolean if the the visible
state is true
because the user clicked an
element with the stickyHandlers
.
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
@since 2.8.0