Assignment by parameter
- Last UpdatedDec 06, 2023
- 1 minute read
Assignment by parameter is the assignment mode typically used inside the From and To parameters of the connection nodes, such as route.
In this case, the value to assign to a parameter or variable is the name of the parameter of another node or a variable.
The syntax is objectName.fieldName.
Code example
This is a code example for assigning parameter name.
from="t0.mouseDown"
to="a0.start"