feat: add Mouse#wheel (#6141)

This commit is contained in:
Christian Bromann
2020-07-06 09:27:17 +02:00
committed by GitHub
parent 5049b83186
commit e67a860eb0
11 changed files with 222 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [MouseWheelOptions](./puppeteer.mousewheeloptions.md) &gt; [deltaX](./puppeteer.mousewheeloptions.deltax.md)
## MouseWheelOptions.deltaX property
<b>Signature:</b>
```typescript
deltaX?: number;
```