isNodeVertex(v): v is Node
Returns whether or not the given Vertex is a Node or Group (ie. not a Port). This method is a type guard and after using this method to test an object it can subsequently be treated as a Node if the method returns true.
Parameters
Vertex
Returns
v is Node