[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [SetNodeNameResponse](./puppeteer.protocol.dom.setnodenameresponse.md) ## Protocol.DOM.SetNodeNameResponse interface Signature: ```typescript export interface SetNodeNameResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [nodeId](./puppeteer.protocol.dom.setnodenameresponse.nodeid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | New node's id. |