Skip to content

@morph-mapper/source


@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?

optional kind?: PortValueKind

Defined in: graph/index.ts:23


label?

optional label?: string

Defined in: graph/index.ts:22


multi?

optional multi?: boolean

Defined in: graph/index.ts:24