-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathminElements.js
61 lines (61 loc) · 1.22 KB
/
minElements.js
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
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: '20',
step: '1',
value: '12',
},
{
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,
},
},
]