Home > @idealeap/pipeline > PipeOptions > inputs
PipeOptions.inputs property
The inputs for the pipe. This can either be a record (object) of named inputs, or a string representing a single input value.
Signature:
typescript
inputs?: Record<string, any> | string;
inputs?: Record<string, any> | string;