index_destination

Specifies the element with the given index as the scrolling end position.

Parameters

Parameters Description
type

string

Required parameter.

The value must always be index.

value

int

Required parameter.

Container element index.

Restriction for the value x: x >= 0.

JSON
{
  type*: "index",
  value*: "int"
}