[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [GetRelayoutBoundaryResponse](./puppeteer.protocol.dom.getrelayoutboundaryresponse.md) ## Protocol.DOM.GetRelayoutBoundaryResponse interface Signature: ```typescript export interface GetRelayoutBoundaryResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [nodeId](./puppeteer.protocol.dom.getrelayoutboundaryresponse.nodeid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Relayout boundary node id for the given node. |