mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.2 KiB
1.2 KiB
Home > puppeteer > Protocol > LayerTree > ReplaySnapshotRequest
Protocol.LayerTree.ReplaySnapshotRequest interface
Signature:
export interface ReplaySnapshotRequest
Properties
Property | Type | Description |
---|---|---|
fromStep | integer | The first step to replay from (replay from the very start if not specified). |
scale | number | The scale to apply while replaying (defaults to 1). |
snapshotId | SnapshotId | The id of the layer snapshot. |
toStep | integer | The last step to replay to (replay till the end if not specified). |