mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
21 lines
1.0 KiB
Markdown
21 lines
1.0 KiB
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)
|
|
|
|
## Protocol.DOM.CopyToRequest interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface CopyToRequest
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [insertBeforeNodeId](./puppeteer.protocol.dom.copytorequest.insertbeforenodeid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Drop the copy before this node (if absent, the copy becomes the last child of <code>targetNodeId</code>). |
|
|
| [nodeId](./puppeteer.protocol.dom.copytorequest.nodeid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Id of the node to copy. |
|
|
| [targetNodeId](./puppeteer.protocol.dom.copytorequest.targetnodeid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Id of the element to drop the copy into. |
|
|
|