div-neighbour-page-size
Fixed width value of the visible part of a neighbouring page.
Parameters
Parameters | Description |
---|---|
neighbour_page_width |
object Required parameter. Width of the visible part of a neighbouring page. The value has the type Available platforms: Android, iOS, web. |
type |
string Required parameter. The value must always be Available platforms: Android, iOS, web. |
JSON
{
type*: "fixed",
neighbour_page_width*: {
type*: "fixed",
unit: "string",
value*: "int"
}
}