Skip to main content
Version: 1.6.0

Node

idstring
typestring

Possible values: [INPUT, PROCESSOR, OUTPUT, THEN]

priorityinteger<int32>
namestring
position object
xnumber<float>
ynumber<float>
size object
xnumber<float>
ynumber<float>
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
    indexinteger<int32>
  • ]
  • outputs object[]
  • Array [
  • idstring
    namestring
    typestring

    Possible values: [NUMBER, NUMBER_ARRAY, STRING, BOOLEAN, TRIGGER, COLOR, ANY]

    nodeIdstring
    indexinteger<int32>
  • ]
  • 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"
    }