setVariable
Sets the selected value of the variable
Description
vcc.setVariable(variable: string, value: object): void
It sets the value to the variable.
Parameters
variable
The variable’s name
value
The value of the variabel.
Return values
none
Example
vcc.setVariable('city', 'Budapest');
Comments
Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.
There are no comments yet.