mirror of
https://github.com/datarhei/core.git
synced 2025-12-24 13:07:56 +08:00
Add IDs for disambiguation to graph elements
This commit is contained in:
@@ -6503,6 +6503,9 @@
|
||||
"dst_filter": {
|
||||
"type": "string"
|
||||
},
|
||||
"dst_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"dst_name": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -6515,6 +6518,9 @@
|
||||
"height": {
|
||||
"type": "integer"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"index": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -6552,6 +6558,9 @@
|
||||
"copy": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"index": {
|
||||
"type": "integer"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user