14 lines
521 B
Markdown
14 lines
521 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) > [objectId](./puppeteer.protocol.dom.focusrequest.objectid.md)
|
||
|
|
||
|
## Protocol.DOM.FocusRequest.objectId property
|
||
|
|
||
|
JavaScript object id of the node wrapper.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
objectId?: Runtime.RemoteObjectId;
|
||
|
```
|