workflow.node_2.unbind.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/workflow > Node_2 > unbind
Node_2.unbind() method
Clear an input socket
Signature:
unbind(name?: SocketName): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| name | SocketName | (Optional) The input socket name |
Returns:
void