puppeteer/new-docs/puppeteer.protocol.input.setignoreinputeventsrequest.md

19 lines
687 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Input](./puppeteer.protocol.input.md) &gt; [SetIgnoreInputEventsRequest](./puppeteer.protocol.input.setignoreinputeventsrequest.md)
## Protocol.Input.SetIgnoreInputEventsRequest interface
<b>Signature:</b>
```typescript
export interface SetIgnoreInputEventsRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [ignore](./puppeteer.protocol.input.setignoreinputeventsrequest.ignore.md) | boolean | Ignores input events processing when set to true. |