[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [CopyToResponse](./puppeteer.protocol.dom.copytoresponse.md) ## Protocol.DOM.CopyToResponse interface Signature: ```typescript export interface CopyToResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [nodeId](./puppeteer.protocol.dom.copytoresponse.nodeid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Id of the node clone. |