<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [DualInput](./schema.dualinput.md) &gt; [input](./schema.dualinput.input.md)

## DualInput.input property

The inputs that must be bound; "source" &amp; "other".

<b>Signature:</b>

```typescript
input: {
        source: WorkflowInput;
        other: WorkflowInput;
    };
```
