pl.wendigo.chrome.api.layertree / LoadSnapshotResponse

LoadSnapshotResponse

data class LoadSnapshotResponse (source)

Represents response frame that is returned from LayerTree#loadSnapshot operation call. Returns the snapshot identifier.

Link
LayerTree#loadSnapshot method documentation.

See Also

LayerTreeOperations.loadSnapshot

Constructors

<init>

LoadSnapshotResponse(snapshotId: SnapshotId)

Represents response frame that is returned from LayerTree#loadSnapshot operation call. Returns the snapshot identifier.

Properties

snapshotId

val snapshotId: SnapshotId

The id of the snapshot.