---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.3
alternate:
  - https://divkit.tech/docs/en/concepts/divs/2/div-neighbour-page-size.md
  - https://divkit.tech/docs/ru/concepts/divs/2/div-neighbour-page-size.md
---
> **Documentation Index:** Fetch the complete configuration index at https://divkit.tech/docs/en/llms.txt

# div-neighbour-page-size
Fixed width value of the visible part of a neighbouring page.

## Parameters
| Parameters | Description |
| --- | --- |
| `neighbour_page_width` | <p>**object**</p><p>Required parameter.</p><p>Width of the visible part of a neighbouring page.</p><p>The value has the type `div-fixed-size`.</p><p>Available platforms: Android, iOS, web.</p> |
| `type` | <p>**string**</p><p>Required parameter.</p><p>The value must always be `fixed`.</p><p>Available platforms: Android, iOS, web.</p> |

<details>
<summary>JSON</summary>

```json
{
  type*: "fixed",
  neighbour_page_width*: {
    type*: "fixed",
    unit: "string",
    value*: "int"
  }
}
```
</details>
