Function: getAllDraftsAtInletByLabel()
getAllDraftsAtInletByLabel(
op_inputs,inlet_value):Draft[]
Defined in: operations/operations.ts:108
in cases where the inlet id's may not directly correspond to values (e.g. layer notation), we may want to retreive all drafts associated with a given string
Parameters
op_inputs
OpInput[]
inlet_value
string
Returns
Draft[]