SETVIEWCONTEXT
Set the value of a view context variable, which holds a piece of information while view is displayed.
Usage examples
SETVIEWCONTEXT({campName: "Basketball Splash"})
Syntax
SETVIEWCONTEXT ( variable_value_object )
-
variable_value_object- View context variable and value in format of {viewVariableX: valueY}