div-action-update-structure
Set values in a variable of type array or dictionary with different nesting.
Parameters
Parameters | Description |
---|---|
path |
string Required parameter. Path within an array/dictionary where a value needs to be set. Path format: key/0/inner_key/1 .The value must match the regular expression Available platforms: Android, iOS, web. |
type |
string Required parameter. The value must always be Available platforms: Android, iOS, web. |
value |
object Required parameter. Value set into dictionary/array. The value has the type Available platforms: Android, iOS, web. List of possible values: |
variable_name |
string Required parameter. Variable name of array or dictionary type. Available platforms: Android, iOS, web. |
JSON
{
type*: "update_structure",
path*: "string",
value*: div-typed-value,
variable_name*: "string"
}
Copied