# On Leap Motion Grab Start

## Overview

![The On Leap Motion Grab Start Node.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-30a1cac306882650cb661904a846abd6c205f94e%2Fonleapmotiongrabstartnode20241.png?alt=media)

**On Leap Motion Grab Start** is an **Event Listener** **Node** used for executing a **Logic Branch** when a *Leap Motion Grab Action* starts.

[**Scope**](https://docs.incari.com/incari-studio/overview#scopes): **Scene**, **Prefab**.

## Outputs

| Output             | Type           | Description                                                                                                                            |
| ------------------ | -------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**      | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Grab Event`       | **Dictionary** | Returns a **Dictionary** of the action's [properties](https://docs.incari.com/incari-studio/toolbox/events/leapmotion/..#properties).  |

## See Also

* [**On Leap Motion Grab End**](https://docs.incari.com/incari-studio/toolbox/events/leapmotion/on-leapmotion-grab-end)
* [**On Leap Motion Grab Update**](https://docs.incari.com/incari-studio/toolbox/events/leapmotion/on-leapmotion-grab-update)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.incari.com/incari-studio/toolbox/events/leapmotion/on-leapmotion-grab-start.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
