debounce
Ver +bf-0.01.4
Key
Type
Description
// example debounce action object
{
"action": "debounce",
"options": {
"name": "myDebounce1",
"leading": false,
"trailing": true,
"wait": 600
}
},{
... more actions to run later
}
// example calling a namedAction
{
"action": "debounce",
"options": {
"name": "myDebounce2",
"wait": 600,
"namedAction" : "saveApplication"
}
} // no more actinos after hereLast updated
Was this helpful?