puppeteer/docs/api/puppeteer.mousewheeloptions.md

71 lines
505 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: MouseWheelOptions
---
# MouseWheelOptions interface
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
export interface MouseWheelOptions
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th><th>
Default
</th></tr></thead>
<tbody><tr><td>
deltaX
</td><td>
`optional`
</td><td>
number
</td><td>
</td><td>
</td></tr>
<tr><td>
deltaY
</td><td>
`optional`
</td><td>
number
</td><td>
</td><td>
</td></tr>
</tbody></table>