File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 38
38
"$editorUpdateBehavior" : " event" ,
39
39
"$editorDeleteBehavior" : " event" ,
40
40
"$editorUpdateComponent" : " event" ,
41
+ "$editorUpdateComponentId" : " event" ,
41
42
"$editorDeleteComponent" : " event" ,
42
43
"$appLogDebug" : " event" ,
43
44
"$appLogInfo" : " event" ,
213
214
}
214
215
]
215
216
},
217
+ "$editorUpdateComponentId" : {
218
+ "params" : [{
219
+ "name" : " oldId" ,
220
+ "type" : " string"
221
+ }, {
222
+ "name" : " newId" ,
223
+ "type" : " string"
224
+ },
225
+ {
226
+ "name" : " collection" ,
227
+ "type" : " string"
228
+ }
229
+ ]
230
+ },
216
231
"$designerUpdateComponent" : {
217
232
"params" : [
218
233
{
Original file line number Diff line number Diff line change 39
39
"$editorUpdateBehavior" : " event" ,
40
40
"$editorDeleteBehavior" : " event" ,
41
41
"$editorUpdateComponent" : " event" ,
42
+ "$editorUpdateComponentId" : " event" ,
42
43
"$editorDeleteComponent" : " event" ,
43
44
"$appLogDebug" : " event" ,
44
45
"$appLogInfo" : " event" ,
224
225
}
225
226
]
226
227
},
228
+ "$editorUpdateComponentId" : {
229
+ "params" : [{
230
+ "name" : " oldId" ,
231
+ "type" : " string"
232
+ }, {
233
+ "name" : " newId" ,
234
+ "type" : " string"
235
+ },
236
+ {
237
+ "name" : " collection" ,
238
+ "type" : " string"
239
+ }
240
+ ]
241
+ },
227
242
"$designerUpdateComponent" : {
228
243
"params" : [
229
244
{
You can’t perform that action at this time.
0 commit comments