Update tick.json to have actual items typed (#360)
* Update tick.json to have actual items typed * Update source/behavior/blocks/format/components/tick.json --------- Co-authored-by: Daan Verstraten <daanverstraten@hotmail.com>
This commit is contained in:
@@ -8,6 +8,18 @@
|
|||||||
"looping": { "type": "boolean", "default": true, "description": "Does the event loop.", "title": "Looping" },
|
"looping": { "type": "boolean", "default": true, "description": "Does the event loop.", "title": "Looping" },
|
||||||
"interval_range": {
|
"interval_range": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"title": "Min",
|
||||||
|
"type": "number",
|
||||||
|
"default": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Max",
|
||||||
|
"type": "number",
|
||||||
|
"default": 0
|
||||||
|
}
|
||||||
|
],
|
||||||
"description": "The Range between which the component will trigger his event.",
|
"description": "The Range between which the component will trigger his event.",
|
||||||
"title": "Interval Range"
|
"title": "Interval Range"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user