mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
874 B
874 B
Home > puppeteer > Protocol > LayerTree > ScrollRect
Protocol.LayerTree.ScrollRect interface
Rectangle where scrolling happens on the main thread.
Signature:
export interface ScrollRect
Properties
| Property | Type | Description |
|---|---|---|
| rect | DOM.Rect | Rectangle itself. |
| type | ('RepaintsOnScroll' | 'TouchEventHandler' | 'WheelEventHandler') | Reason for rectangle to force scrolling on the main thread |