puppeteer/website/versioned_docs/version-19.6.3/api/puppeteer.offset.md
release-please[bot] 1dd7bbe04f
chore: release main (#9606)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-02-01 14:49:00 +00:00

19 lines
726 B
Markdown

---
sidebar_label: Offset
---
# Offset interface
#### Signature:
```typescript
export interface Offset
```
## Properties
| Property | Modifiers | Type | Description | Default |
| ---------------------------- | --------- | ------ | ----------------------------------------------------------------------------------- | ------- |
| [x](./puppeteer.offset.x.md) | | number | x-offset for the clickable point relative to the top-left corner of the border box. | |
| [y](./puppeteer.offset.y.md) | | number | y-offset for the clickable point relative to the top-left corner of the border box. | |