14 lines
522 B
Markdown
14 lines
522 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) > [backendNodeId](./puppeteer.protocol.dom.focusrequest.backendnodeid.md)
|
||
|
|
||
|
## Protocol.DOM.FocusRequest.backendNodeId property
|
||
|
|
||
|
Identifier of the backend node.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
backendNodeId?: BackendNodeId;
|
||
|
```
|