Add IDs for disambiguation to graph elements

This commit is contained in:
Ingo Oppermann
2025-03-12 21:08:33 +01:00
parent 5ab1333a54
commit 9557f7e10a
8 changed files with 60 additions and 0 deletions

View File

@@ -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"
},