Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.LayerTree.ReplaySnapshotRequest
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { ReplaySnapshotRequest } = default.LayerTree;

Properties

snapshotId: SnapshotId

The id of the layer snapshot.

optional
fromStep: integer

The first step to replay from (replay from the very start if not specified).

optional
toStep: integer

The last step to replay to (replay till the end if not specified).

optional
scale: number

The scale to apply while replaying (defaults to 1).