Skip to main content
GraphObject
The super-interface of every object type in a Graph.
NameTypeDescription
dataanyObject's backing data
idstringObject's ID, unique to some scope. All edges must have a unique ID, but an edge may have the same ID as some vertex. No two nodes and groups may have the same ID. Ports must have a unique ID on the vertex on which they reside.
objectTypestringThe kind of the object.
getFullIdno description