mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.5 KiB
1.5 KiB
Home > puppeteer > Protocol > LayerTree > StickyPositionConstraint
Protocol.LayerTree.StickyPositionConstraint interface
Sticky position constraints.
Signature:
export interface StickyPositionConstraint
Properties
Property | Type | Description |
---|---|---|
containingBlockRect | DOM.Rect | Layout rectangle of the containing block of the sticky element |
nearestLayerShiftingContainingBlock | LayerId | The nearest sticky layer that shifts the containing block |
nearestLayerShiftingStickyBox | LayerId | The nearest sticky layer that shifts the sticky box |
stickyBoxRect | DOM.Rect | Layout rectangle of the sticky element before being shifted |