---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.5
alternate:
  - https://divkit.tech/docs/en/concepts/divs/2/index_destination.md
  - https://divkit.tech/docs/ru/concepts/divs/2/index_destination.md
  - href: ru/concepts/divs/2/index_destination.md
    type: text/markdown
    title: Markdown version
  - href: ../../../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://divkit.tech/docs/ru/llms.txt

# index_destination
Указывает элемент с заданным индексом как конечную точку пролистывания.

## Параметры
| Параметры | Описание |
| --- | --- |
| `type` | <p>**string**</p><p>Обязательный параметр.</p><p>Значение всегда должно равняться `index`.</p> |
| `value` | <p>**int**</p><p>Обязательный параметр.</p><p>Индекс элемента контейнера.</p><p>Ограничение для значения `x`: `x >= 0`.</p> |

<details>
<summary>JSON</summary>

```json
{
  type*: "index",
  value*: "int"
}
```
</details>
