Interface: OpInput
Defined in: operations/types.ts:232
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 looms (from zero to multiple) associated with this input
Param
the loom settings (from zero to multiple) associated with the drafts
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:233
inlet_id
inlet_id:
number
Defined in: operations/types.ts:237
inlet_params
inlet_params:
OpInletValType[]
Defined in: operations/types.ts:236
loom_settings?
optionalloom_settings:LoomSettings[]
Defined in: operations/types.ts:235
looms?
optionallooms:Loom[]
Defined in: operations/types.ts:234