[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [MoveToResponse](./puppeteer.protocol.dom.movetoresponse.md) ## Protocol.DOM.MoveToResponse interface Signature: ```typescript export interface MoveToResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [nodeId](./puppeteer.protocol.dom.movetoresponse.nodeid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | New id of the moved node. |