schema.dualinput.input.md
February 13, 2024 ยท View on GitHub
Home > @datashaper/schema > DualInput > input
DualInput.input property
The inputs that must be bound; "source" & "other".
Signature:
input: {
source: WorkflowInput;
other: WorkflowInput;
};