-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcreating and deleting elements.json
136 lines (136 loc) · 3.25 KB
/
creating and deleting elements.json
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
[
{
"id": "a427e405585396c6",
"type": "inject",
"z": "f624e6564f974a57",
"name": "Add ellipse element",
"props": [
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "[{\"command\":\"add_element\",\"type\":\"ellipse\",\"id\":\"my_ellipse\",\"attributes\":{\"cx\":\"150\",\"cy\":\"80\",\"rx\":\"80\",\"ry\":\"30\"},\"style\":{\"fill\":\"purple\"}}]",
"payloadType": "json",
"x": 650,
"y": 1000,
"wires": [
[
"161b32aa00786062"
]
]
},
{
"id": "161b32aa00786062",
"type": "ui-svg",
"z": "f624e6564f974a57",
"name": "",
"group": "65805ec358e05ea4",
"width": 0,
"height": 0,
"x": 850,
"y": 1000,
"wires": [
[
"8d5a58596448f729"
]
]
},
{
"id": "8d5a58596448f729",
"type": "debug",
"z": "f624e6564f974a57",
"name": "Text content",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 1010,
"y": 1000,
"wires": []
},
{
"id": "a658a67c3e0317e3",
"type": "inject",
"z": "f624e6564f974a57",
"name": "Remove ellipse element",
"props": [
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "[{\"command\":\"remove_element\",\"selector\":\"#my_ellipse\"}]",
"payloadType": "json",
"x": 640,
"y": 1040,
"wires": [
[
"161b32aa00786062"
]
]
},
{
"id": "65805ec358e05ea4",
"type": "ui-group",
"name": "SVG demos",
"page": "0a90f52e8742b298",
"width": "10",
"height": "10",
"order": -1,
"showTitle": true,
"className": "",
"visible": "true",
"disabled": "false"
},
{
"id": "0a90f52e8742b298",
"type": "ui-page",
"name": "SVG",
"ui": "be29745a6e568f30",
"path": "/page2",
"icon": "home",
"layout": "grid",
"theme": "092547d34959327c",
"order": -1,
"className": "",
"visible": "true",
"disabled": "false"
},
{
"id": "be29745a6e568f30",
"type": "ui-base",
"name": "UI Name",
"path": "/dashboard",
"includeClientData": true,
"acceptsClientConfig": [
"ui-notification",
"ui-control"
],
"showPathInSidebar": false
},
{
"id": "092547d34959327c",
"type": "ui-theme",
"name": "Theme Name",
"colors": {
"surface": "#ffffff",
"primary": "#0094ce",
"bgPage": "#eeeeee",
"groupBg": "#ffffff",
"groupOutline": "#cccccc"
}
}
]