Group
| Node | Description | Inputs | Outputs |
|---|---|---|---|
| input | Boundary node that receives inputs from the parent group node. | value Any | |
| output | Boundary node that sends outputs to the parent group node. | value Any | value Any |
input
Boundary node that receives inputs from the parent group node.
Output: value (Any) — value injected from the group’s external input
See also: output
output
Boundary node that sends outputs to the parent group node.
Inputs:
value(Any) — value to pass to the group’s external output
Output: value (Any) — pass-through of the collected value
See also: input