[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [RequestChildNodesRequest](./puppeteer.protocol.dom.requestchildnodesrequest.md) > [nodeId](./puppeteer.protocol.dom.requestchildnodesrequest.nodeid.md) ## Protocol.DOM.RequestChildNodesRequest.nodeId property Id of the node to get children for. Signature: ```typescript nodeId: NodeId; ```