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

@@ -6510,6 +6510,9 @@ const docTemplate = `{
"dst_filter": {
"type": "string"
},
"dst_id": {
"type": "string"
},
"dst_name": {
"type": "string"
},
@@ -6522,6 +6525,9 @@ const docTemplate = `{
"height": {
"type": "integer"
},
"id": {
"type": "string"
},
"index": {
"type": "integer"
},
@@ -6559,6 +6565,9 @@ const docTemplate = `{
"copy": {
"type": "boolean"
},
"id": {
"type": "string"
},
"index": {
"type": "integer"
},