gn:act_getVariableToWidget
- Description
- Action used to load value of variable from memory and stores it into target
- Action returns
- void
Action signatures
Load variable value into widget
[gn:act_getVariableToWidget]|[source,target]
Parameter Description source
source from where value will be used target
target where variable value will be stored
Example
@variable/employee_firstName
- variable@+id/employee_firstName
- widget
- ⤷
[gn:act_getVariableToWidget]|[@variable/employee_firstName,@+id/employee_firstName]
- ⤷