index_destination

Specifies element with provided index as scroll destination.

Parameters

Parameters Description
type

string

Required parameter.

The value must always be index.

value

int

Required parameter.

Index of contaner's item.

Restriction for the value x: x >= 0.

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