offset_destination

Specifies the position measured in dp from the container start as the scrolling end position. Only applies in gallery.

Parameters

Parameters Description
type

string

Required parameter.

The value must always be offset.

value

int

Required parameter.

Position measured in dp.

Restriction for the value x: x >= 0.

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