mirror of
https://github.com/datarhei/core.git
synced 2025-10-04 23:53:12 +08:00
Add IDs for disambiguation to graph elements
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user