mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
2.6 KiB
2.6 KiB
Home > puppeteer > Protocol > LayerTree
Protocol.LayerTree namespace
Signature:
export namespace LayerTree
Interfaces
| Interface | Description |
|---|---|
| CompositingReasonsRequest | |
| CompositingReasonsResponse | |
| Layer | Information about a compositing layer. |
| LayerPaintedEvent | |
| LayerTreeDidChangeEvent | |
| LoadSnapshotRequest | |
| LoadSnapshotResponse | |
| MakeSnapshotRequest | |
| MakeSnapshotResponse | |
| PictureTile | Serialized fragment of layer picture along with its offset within the layer. |
| ProfileSnapshotRequest | |
| ProfileSnapshotResponse | |
| ReleaseSnapshotRequest | |
| ReplaySnapshotRequest | |
| ReplaySnapshotResponse | |
| ScrollRect | Rectangle where scrolling happens on the main thread. |
| SnapshotCommandLogRequest | |
| SnapshotCommandLogResponse | |
| StickyPositionConstraint | Sticky position constraints. |
Type Aliases
| Type Alias | Description |
|---|---|
| LayerId | Unique Layer identifier. |
| PaintProfile | Array of timings, one per paint step. |
| SnapshotId | Unique snapshot identifier. |