19 lines
687 B
Markdown
19 lines
687 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Input](./puppeteer.protocol.input.md) > [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. |
|
||
|
|