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

# div-point
A point with fixed coordinates.

## Parameters
| Parameters | Description |
| --- | --- |
| `x` | <p>**object**</p><p>Required parameter.</p><p>`X` coordinate.</p><p>The value has the type `div-dimension`.</p><p>Available platforms: Android, iOS, web.</p> |
| `y` | <p>**object**</p><p>Required parameter.</p><p>`Y` coordinate.</p><p>The value has the type `div-dimension`.</p><p>Available platforms: Android, iOS, web.</p> |

<details>
<summary>JSON</summary>

```json
{
  x*: {
    unit: "string",
    value*: "number"
  },
  y*: {
    unit: "string",
    value*: "number"
  }
}
```
</details>
