Home > @datashaper/schema > BasicInput
Single-input, single-output step I/O
Signature:
export interface BasicInput | Property | Modifiers | Type | Description |
|---|---|---|---|
| input? | WorkflowStepId | { source: WorkflowInput; } | (Optional) 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 |