puppeteer/docs/api/puppeteer.point.md
2023-03-28 18:02:00 +00:00

19 lines
355 B
Markdown

---
sidebar_label: Point
---
# Point interface
#### Signature:
```typescript
export interface Point
```
## Properties
| Property | Modifiers | Type | Description | Default |
| -------- | --------- | ------ | ----------- | ------- |
| x | | number | | |
| y | | number | | |