@morph-mapper/source / Port
Type Alias: Port
Port =
object
Defined in: graph/index.ts:19
Defines the structure of a port, which defines the connection point for an edge to a node.
Properties
direction
direction:
PortDirection
Defined in: graph/index.ts:21
id
id:
string
Defined in: graph/index.ts:20
The unique identifier of the port.
kind?
optionalkind?:PortValueKind
Defined in: graph/index.ts:23
label?
optionallabel?:string
Defined in: graph/index.ts:22
multi?
optionalmulti?:boolean
Defined in: graph/index.ts:24