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 (11 loc) · 567 Bytes

File metadata and controls

17 lines (11 loc) · 567 Bytes

Home > @datashaper/schema > BasicInput > input

BasicInput.input property

Standard step input; single source with default name "source".

If undefined, the default output of the previous step will be used (if available). If no previous step is available, this will remain undefined

Signature:

input?: WorkflowStepId | {
        source: WorkflowInput;
    };