On this pageHome > @jsplumbtoolkit/browser-ui > Selection > getNodeAtSelection.getNodeAt() methodGets the node at the given index.Signature:getNodeAt(idx: number): Node;ParametersParameterTypeDescriptionidxnumberIndex of the Node to retrieve. Will return null if index out of range.Returns:NodeA Node, or null.