ProfileSnapshotParameter

@Serializable
data class ProfileSnapshotParameter(val snapshotId: String, val minRepeatCount: Int? = null, val minDuration: Double? = null, val clipRect: DOM.Rect? = null)

Constructors

Link copied to clipboard
constructor(snapshotId: String, minRepeatCount: Int? = null, minDuration: Double? = null, clipRect: DOM.Rect? = null)

Properties

Link copied to clipboard
val clipRect: DOM.Rect? = null

The clip rectangle to apply when replaying the snapshot.

Link copied to clipboard
val minDuration: Double? = null

The minimum duration (in seconds) to replay the snapshot.

Link copied to clipboard
val minRepeatCount: Int? = null

The maximum number of times to replay the snapshot (1, if not specified).

Link copied to clipboard

The id of the layer snapshot.