Skip to main content

getDownstreamVertices

getDownstreamVertices(obj, vertexOnly): Vertex[]

Gets the list of vertices that are the targets of edges connected to this vertex as a source.

Parameters

obj

Vertex

The vertex to get downstream vertices for.

vertexOnly

boolean

If obj is a Node or Group, this method will automatically include vertices connected to ports on the node/group. Set this to true to suppress that behaviour.

Returns

Vertex[]

Graph

Graph Query