ReplaySnapshotResponse

@Serializable
data class ReplaySnapshotResponse(val dataURL: String)(source)

Response type for the LayerTreeDomain.replaySnapshot command.

Constructors

Link copied to clipboard
constructor(dataURL: String)

Properties

Link copied to clipboard

A data: URL for resulting image.