We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6761f42 commit 7a2e969Copy full SHA for 7a2e969
schema.json
@@ -40,7 +40,11 @@
40
},
41
"debounce": {
42
"type": "string",
43
- "description": "Debounce duration. Every new event is dispatched immediately, and an event is guaranteed after the debounce interval elapses."
+ "description": "Debounce duration. Every new event is dispatched immediately, and an event is guaranteed after the debounce interval elapses.",
44
+ "examples": [
45
+ "1s",
46
+ "10m"
47
+ ]
48
49
"tasks": {
50
"type": "array",
0 commit comments