Skip to main content
Version: 1.28.0

Node

displayCharacterstring
idstring
inputs object[]
  • Array [
  • idstring
    indexinteger<int32>
    namestring
    nodeIdstring
    typestring

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

  • ]
  • internals object[]
  • Array [
  • breakTypestring

    Possible values: [NEW_LINE, SPACER]

    namestring
    picker object
    options object[]
  • Array [
  • namestring
    valueobject
  • ]
  • typestring

    Possible values: [TEXT, MULTILINE, NUMBER, DROPDOWN, DOUBLE_DROPDOWN, CHECKBOX, ASSET_ATTRIBUTE, COLOR, DATE]

    valueobject
  • ]
  • namestring
    outputs object[]
  • Array [
  • idstring
    indexinteger<int32>
    namestring
    nodeIdstring
    typestring

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

  • ]
  • position object
    xnumber<float>
    ynumber<float>
    priorityinteger<int32>
    size object
    xnumber<float>
    ynumber<float>
    typestring

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

    Node
    {
    "displayCharacter": "string",
    "id": "string",
    "inputs": [
    {
    "id": "string",
    "index": 0,
    "name": "string",
    "nodeId": "string",
    "type": "NUMBER"
    }
    ],
    "internals": [
    {
    "breakType": "NEW_LINE",
    "name": "string",
    "picker": {
    "options": [
    {
    "name": "string",
    "value": {}
    }
    ],
    "type": "TEXT"
    },
    "value": {}
    }
    ],
    "name": "string",
    "outputs": [
    {
    "id": "string",
    "index": 0,
    "name": "string",
    "nodeId": "string",
    "type": "NUMBER"
    }
    ],
    "position": {
    "x": 0,
    "y": 0
    },
    "priority": 0,
    "size": {
    "x": 0,
    "y": 0
    },
    "type": "INPUT"
    }