---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.3
alternate:
  - https://divkit.tech/docs/en/concepts/divs/2/array_value.md
  - https://divkit.tech/docs/ru/concepts/divs/2/array_value.md
---
> **Documentation Index:** Fetch the complete configuration index at https://divkit.tech/docs/en/llms.txt

# array_value
No description yet.

## Parameters
| Parameters | Description |
| --- | --- |
| `type` | <p>**string**</p><p>Required parameter.</p><p>The value must always be `array`.</p> |
| `value` | <p>**raw_array**</p><p>Required parameter.</p> |

<details>
<summary>JSON</summary>

```json
{
  type*: "array",
  value*: "raw_array"
}
```
</details>
