Module vrRoute
[frames] | no frames]

Module vrRoute

Functions
 
createRoute(fromNodename, fromFieldname, toNodename, toFieldname)
Creates a route between two nodes: "from" and "to".
Function Details

createRoute(fromNodename, fromFieldname, toNodename, toFieldname)

 

Creates a route between two nodes: "from" and "to".

Parameters:
  • fromNodename (string) - The name of the node "from".
  • fromFieldname (string) - The name of the field "from".
  • toNodename (string) - The name of the node "to".
  • toFieldname (string) - The name of the field "to".