pl.wendigo.chrome.domain.layertree / MakeSnapshotResponse

MakeSnapshotResponse

data class MakeSnapshotResponse (source)

Represents response frame for LayerTree.makeSnapshot method call.

Returns the layer snapshot identifier.

Constructors

<init>

MakeSnapshotResponse(snapshotId: SnapshotId)

Represents response frame for LayerTree.makeSnapshot method call.

Properties

snapshotId

val snapshotId: SnapshotId

The id of the layer snapshot.