---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.5
alternate:
  - https://divkit.tech/docs/en/concepts/divs/2/item_id_destination.md
  - https://divkit.tech/docs/ru/concepts/divs/2/item_id_destination.md
  - href: en/concepts/divs/2/item_id_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/en/llms.txt

# item_id_destination
Specifies the element with the given `id` as the scrolling end position.

## Parameters
| Parameters | Description |
| --- | --- |
| `type` | <p>**string**</p><p>Required parameter.</p><p>The value must always be `item_id`.</p><p>Available platforms: Android, web.</p> |
| `value` | <p>**string**</p><p>Required parameter.</p><p>Identifier of the container child element to scroll to.</p><p>Available platforms: Android, web.</p> |

<details>
<summary>JSON</summary>

```json
{
  type*: "item_id",
  value*: "string"
}
```
</details>
