puppeteer/new-docs/puppeteer.protocol.dom.focusrequest.md
2020-07-13 14:01:35 +01:00

21 lines
973 B
Markdown

<!-- 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; [DOM](./puppeteer.protocol.dom.md) &gt; [FocusRequest](./puppeteer.protocol.dom.focusrequest.md)
## Protocol.DOM.FocusRequest interface
<b>Signature:</b>
```typescript
export interface FocusRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [backendNodeId](./puppeteer.protocol.dom.focusrequest.backendnodeid.md) | [BackendNodeId](./puppeteer.protocol.dom.backendnodeid.md) | Identifier of the backend node. |
| [nodeId](./puppeteer.protocol.dom.focusrequest.nodeid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Identifier of the node. |
| [objectId](./puppeteer.protocol.dom.focusrequest.objectid.md) | [Runtime.RemoteObjectId](./puppeteer.protocol.runtime.remoteobjectid.md) | JavaScript object id of the node wrapper. |