Skip to main content

Home > @jsplumbtoolkit/core > Graph > getVertexAt

Graph.getVertexAt() method

Returns the vertex at the given index (used for bulk init type purposes)

Signature:

getVertexAt(index: number): Node;

Parameters

ParameterTypeDescription
indexnumberIndex of the Node to retrieve

Returns:

Node

vertex at the given index.