[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 Signature: ```typescript export interface SetIgnoreInputEventsRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [ignore](./puppeteer.protocol.input.setignoreinputeventsrequest.ignore.md) | boolean | Ignores input events processing when set to true. |