Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 536 Bytes

File metadata and controls

24 lines (14 loc) · 536 Bytes

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