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

PropertyModifiersTypeDescription
input{ source: WorkflowInput; other: WorkflowInput; }The inputs that must be bound; "source" & "other".

Contents

  1. 1DualInput interface
  2. 2Properties