Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.LayerTree.ReplaySnapshotRequest
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.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).