> For the complete documentation index, see [llms.txt](https://minwork.gitbook.io/double-tap-hook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minwork.gitbook.io/double-tap-hook/advanced/hook-result-bind-object.md).

# Hook result / Bind object

> *useDoubleTap(callback* *\[, threshold]* *\[, options]): **bindObj***

As a result hook returns object (also referred as `bind` or `binder`) containing [handlers](/double-tap-hook/advanced/hook-result-bind-object/handlers.md).

{% hint style="warning" %}
This hook internally use `onClick` event to detect double tap, so be careful not to override your existing event listener. For more info see [handlers](/double-tap-hook/advanced/hook-result-bind-object/handlers.md).
{% endhint %}

{% content-ref url="/pages/9dg6tqmyW0tcOuh0H6IR" %}
[Handlers](/double-tap-hook/advanced/hook-result-bind-object/handlers.md)
{% endcontent-ref %}
