Skip to main content

Remote Int (on prompt)

ImpactPack/Logic/_for_testOutput Node
ImpactRemoteInt

Example

JSON Example
{
  "class_type": "ImpactRemoteInt",
  "inputs": {
    "node_id": 0,
    "widget_name": "",
    "value": 0
  }
}

This example shows required inputs only. Connection values like ["node_id", 0] should reference actual node IDs from your workflow.

Inputs

NameTypeStatusConstraintsDefault
node_idINTrequiredmin: 0, max: 1.84e+190
widget_nameSTRINGrequired--
valueINTrequiredmin: -18446744073709552000, max: 1.84e+190

Outputs

This node has no outputs.

Was this page helpful?