14 lines
523 B
Markdown
14 lines
523 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) > [CopyToRequest](./puppeteer.protocol.dom.copytorequest.md) > [targetNodeId](./puppeteer.protocol.dom.copytorequest.targetnodeid.md)
|
||
|
|
||
|
## Protocol.DOM.CopyToRequest.targetNodeId property
|
||
|
|
||
|
Id of the element to drop the copy into.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
targetNodeId: NodeId;
|
||
|
```
|