Home > @datashaper/workflow > Step > input
The bound inputs Key = Input Socket Name Value = Socket Binding to other node
Signature:
input: {
source?: InputBinding;
others?: InputBinding[];
[key: string]: InputBinding | InputBinding[] | undefined;
};