debounce
The debunce function allows you to set a time in milliseconds before executing functions, it is generally used to create a wait time before executing function logic.

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 :

Activated : It is executed when the milliseconds declared in the variable have elapsed.
OutVars
Null
onError : It is executed when a numeric value has not been added to the input variable.
OutVars
Null
Last updated
Was this helpful?