Handlers

Handlers are returned from bind function in a form of an object which can be spread to react element. Contents of this object depend on detect option value:

mouse

touch

  • onTouchStart

  • onTouchMove

  • onTouchEnd

pointer

Last updated