puppeteer/new-docs/puppeteer.protocol.layertree.stickypositionconstraint.containingblockrect.md
2020-07-13 14:01:35 +01:00

14 lines
649 B
Markdown

<!-- 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; [LayerTree](./puppeteer.protocol.layertree.md) &gt; [StickyPositionConstraint](./puppeteer.protocol.layertree.stickypositionconstraint.md) &gt; [containingBlockRect](./puppeteer.protocol.layertree.stickypositionconstraint.containingblockrect.md)
## Protocol.LayerTree.StickyPositionConstraint.containingBlockRect property
Layout rectangle of the containing block of the sticky element
<b>Signature:</b>
```typescript
containingBlockRect: DOM.Rect;
```