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.
Generated using TypeDoc
An object of event handlers that should be provided to a component to enable and disable the visibility of a temporary element while hovering over that component.
@since 2.8.0
@since 5.0.0 The
HTMLElement
type will be correctly inferred when using them on multiple components.