Skip to main content

Home > @jsplumbtoolkit/core > Node > getInternalEdge

Node.getInternalEdge() method

Gets an "internal" Edge from one Port to another.

Signature:

getInternalEdge(source: string | Port, target: string | Port): any;

Parameters

ParameterTypeDescription
sourcestring | PortSource Port.
targetstring | PortTarget Port.

Returns:

any