19 lines
725 B
Markdown
19 lines
725 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [SetFocusEmulationEnabledRequest](./puppeteer.protocol.emulation.setfocusemulationenabledrequest.md)
|
|
|
|
## Protocol.Emulation.SetFocusEmulationEnabledRequest interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface SetFocusEmulationEnabledRequest
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [enabled](./puppeteer.protocol.emulation.setfocusemulationenabledrequest.enabled.md) | boolean | Whether to enable to disable focus emulation. |
|
|
|