JgfNode

JgfNode

A node object represents a node in a graph. In graph theory, nodes are also called points or vertices.

Constructor

new JgfNode(id, label, metadata)

Source:
Constructor
Parameters:
Name Type Default Description
id string Primary key for the node, that is unique for the object type.
label string A text display for the node.
metadata object | null null Metadata about the node.