-
Notifications
You must be signed in to change notification settings - Fork 171
Expand file tree
/
Copy pathspec.json
More file actions
80 lines (80 loc) · 1.25 KB
/
spec.json
File metadata and controls
80 lines (80 loc) · 1.25 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
75
76
77
78
79
80
{
"name": "if else",
"type": "`U`&`G`",
"units": {
"if": {
"id": "06bc3983-44b0-43d6-b041-2e9218ea89c8"
},
"ifnot": {
"id": "439c6b56-a0b6-4b76-9131-c6dc23375fda"
}
},
"merges": {
"0": {
"if": {
"input": {
"a": true
}
},
"ifnot": {
"input": {
"a": true
}
}
},
"1": {
"if": {
"input": {
"b": true
}
},
"ifnot": {
"input": {
"b": true
}
}
}
},
"inputs": {
"a": {
"plug": {
"0": {
"mergeId": "0"
}
},
"functional": true
},
"b": {
"plug": {
"0": {
"mergeId": "1"
}
},
"functional": true
}
},
"outputs": {
"if": {
"plug": {
"0": {
"unitId": "if",
"pinId": "a if b"
}
}
},
"else": {
"plug": {
"0": {
"unitId": "ifnot",
"pinId": "a if not b"
}
}
}
},
"metadata": {
"icon": "map-signs",
"description": "send `a` to `if` if `b` is false or `else` otherwise",
"tags": ["core", "control"]
},
"id": "92760dd2-ecd9-46db-851f-70950a5b6bc3"
}