14 lines
665 B
Markdown
14 lines
665 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) > [PushNodesByBackendIdsToFrontendResponse](./puppeteer.protocol.dom.pushnodesbybackendidstofrontendresponse.md) > [nodeIds](./puppeteer.protocol.dom.pushnodesbybackendidstofrontendresponse.nodeids.md)
|
||
|
|
||
|
## Protocol.DOM.PushNodesByBackendIdsToFrontendResponse.nodeIds property
|
||
|
|
||
|
The array of ids of pushed nodes that correspond to the backend ids specified in backendNodeIds.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
nodeIds: NodeId[];
|
||
|
```
|