Interface: OpInput
Defined in: operations/types.ts:218
this is a type that contains and contextualizes a series of inputs to an operation, each inlet on an operation corresponds to one op input
Param
the drafts (from zero to multiple) associated with this input
Param
the parameters associated with this input
Param
the index of the inlet for which the draft is entering upon
Properties
drafts
drafts:
Draft[]
Defined in: operations/types.ts:219
inlet_id
inlet_id:
number
Defined in: operations/types.ts:221
inlet_params
inlet_params:
OpInletValType[]
Defined in: operations/types.ts:220