Type Alias: OperationInlet
OperationInlet =
object
Defined in: operations/types.ts:189
each operation has 0 or more inlets. These are areas where drafts can be entered as inputs to the operation this datatype is intended only to support static inlets that are defined in operations.
Param
the display name to show with this inlet
Param
the type of parameter that becomes mapped to inputs at this inlet, static means that the user cannot change this value
Param
the description of this inlet
Param
this is used to alert the user the inforamation from the input this inlet will use, draft or materials.
Param
the assigned value of the parameter.
Param
the total number of drafts accepted into this inlet (or -1 if unlimited)
Properties
dx
dx:
string
Defined in: operations/types.ts:192
name
name:
string
Defined in: operations/types.ts:190
num_drafts
num_drafts:
number
Defined in: operations/types.ts:195
type
type:
"number"|"notation"|"system"|"color"|"static"|"draft"|"profile"|"null"
Defined in: operations/types.ts:191
uses
uses:
"draft"|"weft-data"|"warp-data"|"warp-and-weft-data"
Defined in: operations/types.ts:193
value
value:
OpInletValType
Defined in: operations/types.ts:194