puppeteer/docs/api/puppeteer.point.x.md
2022-07-05 15:41:43 +02:00

14 lines
119 B
Markdown

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