Skip to main content

Home > @jsplumbtoolkit/core > Selection > getNode

Selection.getNode() method

Gets the Node with the given ID, if it is in the current selection

Signature:

getNode(id: string): Node;

Parameters

ParameterTypeDescription
idstringID of the Node to retrieve

Returns:

Node