div-action-set-variable
Assigns a value to the variable
Parameters
Parameters | Description |
---|---|
type |
string Required parameter. The value must always be |
value |
object Required parameter. The value has the type List of possible values: |
variable_name |
string Required parameter. |
JSON
{
type*: "set_variable",
value*: div-typed-value,
variable_name*: "string"
}