item_id_destination
Specifies the element with the given id as the scrolling end position.
Parameters
| Parameters | Description |
|---|---|
type |
string Required parameter. The value must always be Available platforms: Android, web. |
value |
string Required parameter. Identifier of the container child element to scroll to. Available platforms: Android, web. |
JSON
{
type*: "item_id",
value*: "string"
}