puppeteer/new-docs/puppeteer.protocol.dom.getrelayoutboundaryresponse.md

19 lines
710 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOM](./puppeteer.protocol.dom.md) &gt; [GetRelayoutBoundaryResponse](./puppeteer.protocol.dom.getrelayoutboundaryresponse.md)
## Protocol.DOM.GetRelayoutBoundaryResponse interface
<b>Signature:</b>
```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. |