Skip to main content

Home > @jsplumbtoolkit/core > Node > removePort

Node.removePort() method

Removes the given Port.

Signature:

removePort(port: string | Port): boolean;

Parameters

ParameterTypeDescription
portstring | PortEither a Port, or a port id.

Returns:

boolean