Class: Vertex

graph~Vertex

new Vertex(id, label, properties)

Represents a graph Vertex.
Parameters:
Name Type Description
id
label String
properties Object.<string, Array.<VertexProperty>>

Extends

  • Element

Members

properties :Object.<string, Array.<VertexProperty>>

Gets the vertex properties.
Type:
  • Object.<string, Array.<VertexProperty>>