Remote Boolean (on prompt)
ImpactPack/Logic/_for_testOutput Node
ImpactRemoteBooleanExample
JSON Example
{
"class_type": "ImpactRemoteBoolean",
"inputs": {
"node_id": 0,
"widget_name": "",
"value": true
}
}This example shows required inputs only. Connection values like ["node_id", 0] should reference actual node IDs from your workflow.
Inputs
| Name | Type | Status | Constraints | Default |
|---|---|---|---|---|
node_id | INT | required | min: 0, max: 1.84e+19 | 0 |
widget_name | STRING | required | - | - |
value | BOOLEAN | required | - | true |
Outputs
This node has no outputs.
Was this page helpful?