puppeteer/new-docs/puppeteer.protocol.layertree.stickypositionconstraint.containingblockrect.md

14 lines
649 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; [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;
```