---
sidebar_label: Point.x
# Point.x property
**Signature:**
```typescript
interface Point {
x: number;
}
```