[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [SetOuterHTMLRequest](./puppeteer.protocol.dom.setouterhtmlrequest.md) > [nodeId](./puppeteer.protocol.dom.setouterhtmlrequest.nodeid.md) ## Protocol.DOM.SetOuterHTMLRequest.nodeId property Id of the node to set markup for. Signature: ```typescript nodeId: NodeId; ```