Skip to main content

Type Alias: OperationInlet

OperationInlet = object

Defined in: operations/types.ts:179

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:182


name

name: string

Defined in: operations/types.ts:180


num_drafts

num_drafts: number

Defined in: operations/types.ts:185


type

type: "number" | "notation" | "system" | "color" | "static" | "draft" | "profile" | "null"

Defined in: operations/types.ts:181


uses

uses: "draft" | "weft-data" | "warp-data" | "warp-and-weft-data"

Defined in: operations/types.ts:183


value

value: OpInletValType

Defined in: operations/types.ts:184