On this pageHome > @jsplumbtoolkit/core > Vertex > addEdgeVertex.addEdge() method#Adds an Edge to the vertex.Signature:addEdge(edge: Edge): void;CopyParameters#ParameterTypeDescriptionedgeEdgeThe Edge to add.Returns:void