-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstate.json
More file actions
74 lines (74 loc) · 1.12 KB
/
state.json
File metadata and controls
74 lines (74 loc) · 1.12 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
69
70
71
72
73
74
{
"version": 2,
"origin": "center",
"nextId": 11,
"gates": [
{
"id": "g1",
"type": "and",
"x": 8,
"y": -152,
"label": "",
"state": 0
},
{
"id": "g6",
"type": "input",
"x": -120,
"y": -200,
"label": "A",
"state": 1
},
{
"id": "g7",
"type": "input",
"x": -120,
"y": -104,
"label": "B",
"state": 0
},
{
"id": "g8",
"type": "output",
"x": 136,
"y": -152,
"label": "Test",
"state": 0
}
],
"connections": [
{
"id": "cmhm63wgts4zi",
"from": {
"gateId": "g6",
"portIndex": 0
},
"to": {
"gateId": "g1",
"portIndex": 0
}
},
{
"id": "cmhm63xtqzdqc",
"from": {
"gateId": "g7",
"portIndex": 0
},
"to": {
"gateId": "g1",
"portIndex": 1
}
},
{
"id": "cmhm63zqffhpw",
"from": {
"gateId": "g1",
"portIndex": 0
},
"to": {
"gateId": "g8",
"portIndex": 0
}
}
]
}