schema.basicinput.input.md

February 13, 2024 ยท View on GitHub

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;
    };