---
sidebar_label: Point.y
---

# Point.y property

#### Signature:

```typescript
interface Point {
  y: number;
}
```