Optional
isIf true
then hover events are disabled.
Optional
onA handler that is called when the element loses focus.
Optional
onA handler that is called when the element receives focus.
Optional
onA handler that is called when the element's focus status changes.
true
if an element is focused.
Optional
onA handler that is called when the element receives focus that must be visible to a user.
Optional
onA handler that is called when the hover state changes.
true
if an element is hovered.
Optional
onA handler that is called when a hover interaction ends.
Optional
onA handler that is called when a hover interaction starts.
Optional
onA handler that is called when the press is released over the target.
Optional
onA handler that is called when the press state changes.
true
if an element is pressed.
Optional
onA handler that is called when a press interaction ends, either over the target or when the pointer leaves the target.
Optional
onA handler that is called when a press interaction starts.
Props of the usePressable hook.