14 lines
630 B
Markdown
14 lines
630 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) > [PushNodesByBackendIdsToFrontendRequest](./puppeteer.protocol.dom.pushnodesbybackendidstofrontendrequest.md) > [backendNodeIds](./puppeteer.protocol.dom.pushnodesbybackendidstofrontendrequest.backendnodeids.md)
|
||
|
|
||
|
## Protocol.DOM.PushNodesByBackendIdsToFrontendRequest.backendNodeIds property
|
||
|
|
||
|
The array of backend node ids.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
backendNodeIds: BackendNodeId[];
|
||
|
```
|