Skip to main content

PortDefinition

A port definition in a view.

Extends

Properties

allowLoopback?

optional allowLoopback: boolean

Whether or not to allow edges from this vertex back to itself. Defaults to false.

Inherited from

VertexDefinition.allowLoopback


allowVertexLoopback?

optional allowVertexLoopback: boolean

Whether or not to allow edges from a port back to the vertex it belongs to. Defaults to true.

Inherited from

VertexDefinition.allowVertexLoopback


maxConnections?

optional maxConnections: number

Optional connection limit. Defaults to 1. A value of -1 means there is no limit.

Inherited from

VertexDefinition.maxConnections