Node
idstring
typestring
Possible values: [INPUT
, PROCESSOR
, OUTPUT
, THEN
]
priorityint32
namestring
position object
size object
internals object[]
inputs object[]
outputs object[]
displayCharacterstring
Node
{
"id": "string",
"type": "INPUT",
"priority": 0,
"name": "string",
"position": {
"x": 0,
"y": 0
},
"size": {
"x": 0,
"y": 0
},
"internals": [
{
"name": "string",
"picker": {
"type": "TEXT",
"options": [
{
"name": "string",
"value": {}
}
]
},
"value": {},
"breakType": "NEW_LINE"
}
],
"inputs": [
{
"id": "string",
"name": "string",
"type": "NUMBER",
"nodeId": "string",
"index": 0
}
],
"outputs": [
{
"id": "string",
"name": "string",
"type": "NUMBER",
"nodeId": "string",
"index": 0
}
],
"displayCharacter": "string"
}