19 lines
710 B
Markdown
19 lines
710 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[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
|
|
|
|
<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. |
|
|
|