puppeteer/new-docs/puppeteer.protocol.layertree.replaysnapshotrequest.md
2020-07-13 14:01:35 +01:00

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).