[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [GetRelayoutBoundaryResponse](./puppeteer.protocol.dom.getrelayoutboundaryresponse.md) > [nodeId](./puppeteer.protocol.dom.getrelayoutboundaryresponse.nodeid.md) ## Protocol.DOM.GetRelayoutBoundaryResponse.nodeId property Relayout boundary node id for the given node. Signature: ```typescript nodeId: NodeId; ```