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: integerThe first step to replay from (replay from the very start if not specified).
optional
toStep: integerThe last step to replay to (replay till the end if not specified).