[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [GetRelayoutBoundaryRequest](./puppeteer.protocol.dom.getrelayoutboundaryrequest.md) ## Protocol.DOM.GetRelayoutBoundaryRequest interface Signature: ```typescript export interface GetRelayoutBoundaryRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [nodeId](./puppeteer.protocol.dom.getrelayoutboundaryrequest.nodeid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Id of the node. |