mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
feat: add Mouse#wheel (#6141)
This commit is contained in:
committed by
GitHub
parent
5049b83186
commit
e67a860eb0
11
new-docs/puppeteer.mousewheeloptions.deltax.md
Normal file
11
new-docs/puppeteer.mousewheeloptions.deltax.md
Normal file
@@ -0,0 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [MouseWheelOptions](./puppeteer.mousewheeloptions.md) > [deltaX](./puppeteer.mousewheeloptions.deltax.md)
|
||||
|
||||
## MouseWheelOptions.deltaX property
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
deltaX?: number;
|
||||
```
|
||||
Reference in New Issue
Block a user