# debounce

![](https://476758574-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVctm8W2AAd8SbIYUaj27%2Fuploads%2FGbSpNM9NLVzETJQvoHoD%2Fimage.png?alt=media\&token=26042356-edfc-4ed4-85bf-01c1b3c12167)

{% tabs %}
{% tab title="Entry Vars" %}
**time milliseconds :**  A numeric value must be entered that will equal the number of milliseconds that will elapse before the next function nested in this function is executed.

**Step by Step :**

<figure><img src="https://476758574-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVctm8W2AAd8SbIYUaj27%2Fuploads%2FbEoyjTUqj0qtRX3mHCiE%2Fdebounce.gif?alt=media&#x26;token=9b0152dd-9b40-409f-a5ec-9c0bb9d71793" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Callbacks & Outvar" %}
**Activated :** It is executed when the milliseconds declared in the variable have elapsed.

OutVars&#x20;

`Null`

**onError :** It is executed when a numeric value has not been added to the input variable.

OutVars&#x20;

`Null`
{% endtab %}

{% tab title="Features" %}

{% endtab %}

{% tab title="examples" %}

{% endtab %}
{% endtabs %}
