Share

WSNode

WSRowObject > WSNode

A node object.

Methods:

#ds_links ⇒ WSRowObjectCollection<WSLink>

EXCHANGE, UI

Returns a collection of the node's downstream links, if there are no downstream links the collection will be empty.

Parameters

Name Type(s) Description
Return WSRowObjectCollection<WSLink>
#us_links ⇒ WSRowObjectCollection<WSLink>

EXCHANGE, UI

Returns a collection of the node's upstream links, if there are no upstream links the collection will be empty.

Parameters

Name Type(s) Description
Return WSRowObjectCollection<WSLink>

Was this information helpful?