div-action-dict-set-value
Sets the value in the dictionary by the specified key. Deletes the key if the value is not set.
Parameters
Parameters | Description |
---|---|
key |
string Required parameter. Available platforms: Android, iOS, web. |
type |
string Required parameter. The value must always be Available platforms: Android, iOS, web. |
variable_name |
string Required parameter. Available platforms: Android, iOS, web. |
value |
object The value has the type Available platforms: Android, iOS, web. List of possible values: |
JSON
{
type*: "dict_set_value",
key*: "string",
value: div-typed-value,
variable_name*: "string"
}