Node
idstring
typestring
Possible values: [INPUT
, PROCESSOR
, OUTPUT
, THEN
]
priorityint32
namestring
position object
xfloat
yfloat
size object
xfloat
yfloat
internals object[]
Array [
namestring
picker object
typestring
Possible values: [TEXT
, MULTILINE
, NUMBER
, DROPDOWN
, DOUBLE_DROPDOWN
, CHECKBOX
, ASSET_ATTRIBUTE
, COLOR
, DATE
]
options object[]
Array [
namestring
valueobject
]
valueobject
breakTypestring
Possible values: [NEW_LINE
, SPACER
]
]
inputs object[]
Array [
idstring
namestring
typestring
Possible values: [NUMBER
, NUMBER_ARRAY
, STRING
, BOOLEAN
, TRIGGER
, COLOR
, ANY
]
nodeIdstring
indexint32
]
outputs object[]
Array [
idstring
namestring
typestring
Possible values: [NUMBER
, NUMBER_ARRAY
, STRING
, BOOLEAN
, TRIGGER
, COLOR
, ANY
]
nodeIdstring
indexint32
]
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"
}