Replay Snapshot Request
@Serializable
Request object containing input parameters for the LayerTreeDomain.replaySnapshot command.
Constructors
Link copied to clipboard
constructor(snapshotId: SnapshotId, fromStep: Int? = null, toStep: Int? = null, scale: Double? = null)
Types
Link copied to clipboard
A builder for ReplaySnapshotRequest, which allows setting the optional parameters of the LayerTreeDomain.replaySnapshot command via a lambda.