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

Latest commit

 

History

History
16 lines (11 loc) · 516 Bytes

File metadata and controls

16 lines (11 loc) · 516 Bytes

Home > @datashaper/schema > VariadicInput > input

VariadicInput.input property

The step inputs; a required "source" and optional, variadic "others". If this is a string, it is used to bind the primary input.

Signature:

input: {
        source: WorkflowInput;
        others?: WorkflowInput[];
    };