offset_destination

Specifies position measured in dp from container's start as scroll destination. Applicable only in gallery.

Parameters

Parameters Description
type

string

Required parameter.

The value must always be offset.

value

int

Required parameter.

Position in dp.

Restriction for the value x: x >= 0.

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