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

Latest commit

 

History

History
17 lines (12 loc) · 502 Bytes

File metadata and controls

17 lines (12 loc) · 502 Bytes

Home > @datashaper/workflow > Step > input

Step.input property

The bound inputs Key = Input Socket Name Value = Socket Binding to other node

Signature:

input: {
        source?: InputBinding;
        others?: InputBinding[];
        [key: string]: InputBinding | InputBinding[] | undefined;
    };