schema.dualinput.md
February 13, 2024 ยท View on GitHub
Home > @datashaper/schema > DualInput
DualInput interface
Dual-input, single-output step I/O
Signature:
export interface DualInput
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| input | { source: WorkflowInput; other: WorkflowInput; } | The inputs that must be bound; "source" & "other". |