Handlers
Last updated
Was this helpful?
Last updated
Was this helpful?
Handlers are returned from in a form of an object which can be spread to react element. Contents of this object depend on value:
mouse
onMouseDown
onMouseMove
onMouseUp
onMouseLeave
(only when is enabled)
touch
onTouchStart
onTouchMove
onTouchEnd
pointer
onPointerDown
onPointerMove
onPointerUp
onPointerLeave
(only when is enabled)