Home > @jsplumbtoolkit/core > Vertex > (constructor)
#
Vertex.(constructor)Constructs a new instance of the Vertex
class
Signature:
protected constructor(graph: Graph, data?: ObjectData, idFunction?: IdFunction);
#
ParametersParameter | Type | Description |
---|---|---|
graph | Graph | |
data | ObjectData | |
idFunction | IdFunction |