-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathhelloElements.js
More file actions
68 lines (68 loc) · 1.37 KB
/
helloElements.js
File metadata and controls
68 lines (68 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
export default [
{
"id": 1729270887157,
"type": "output",
"name": "ticks",
"position": {
"x": 342,
"y": 21
},
"monitor": "model.ticks",
"fps": "10",
"command": null
},
{
"id": 1729463191305,
"type": "range",
"name": "patchesSize",
"command": "view.setValue('patchesSize', value)",
"position": {
"x": 172,
"y": 21
},
"min": "1",
"max": "15",
"step": "1",
"value": "10"
},
{
"id": 1730141024864,
"type": "checkbox",
"name": "Run",
"command": "checked ? anim.start() : anim.stop()",
"position": {
"x": 20,
"y": 21
},
"checked": false
},
{
"id": 1733442807622,
"type": "dropdown",
"name": "fps",
"command": "anim.setFps(value)",
"position": {
"x": 100,
"y": 21
},
"options": [
"2",
"5",
"10",
"20",
"30",
"60"
],
"selected": "30"
},
{
"id": 1729535684833,
"type": "button",
"name": "Save",
"command": "downloadJson()",
"position": {
"x": 405,
"y": 21
}
}
]