Skip to main content

Home > @jsplumbtoolkit/core > Node > getPort

Node.getPort() method

Gets the Port with the given id, null if nothing found.

Signature:

getPort(portId: string): Port;

Parameters

ParameterTypeDescription
portIdstringPort id.

Returns:

Port