enable grammerly in editor
[roojs1] / docs / symbols / Roo.util.DelayedTask.json
1 {
2   "name" : "Roo.util.DelayedTask",
3   "augments" : [],
4   "desc" : "Provides a convenient method of performing setTimeout where a new\ntimeout cancels the old timeout. An example would be performing validation on a keypress.\nYou can use this class to buffer\nthe keypress events for a certain number of milliseconds, and perform only if they stop\nfor that amount of time.",
5   "isSingleton" : false,
6   "isStatic" : false,
7   "isBuiltin" : false,
8   "memberOf" : "DelayedTask",
9   "example" : "",
10   "deprecated" : "",
11   "since" : "",
12   "see" : "",
13   "params" : [
14     {
15       "name" : "fn",
16       "type" : "Function",
17       "desc" : "(optional) The default function to timeout",
18       "isOptional" : false
19     },
20     {
21       "name" : "scope",
22       "type" : "Object",
23       "desc" : "(optional) The default scope of that timeout",
24       "isOptional" : false
25     },
26     {
27       "name" : "args",
28       "type" : "Array",
29       "desc" : "(optional) The default Array of arguments",
30       "isOptional" : false
31     }
32   ],
33   "returns" : [],
34   "config" : [],
35   "methods" : [],
36   "events" : []
37 }