Method “getNode”
function getNode(rid)
Returns the node object corresponding to the given runtime node ID
Parameters
| Name | Type | Description |
|---|---|---|
rid | string | Runtime ID of the node |
Return Value
Returns the node object corresponding to the runtime ID or null if
the "invalid" runtime ID was passed.