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