pl.wendigo.chrome.api.layertree / MakeSnapshotResponse

MakeSnapshotResponse

data class MakeSnapshotResponse (source)

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

Link
LayerTree#makeSnapshot method documentation.

See Also

LayerTreeOperations.makeSnapshot

Constructors

<init>

MakeSnapshotResponse(snapshotId: SnapshotId)

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

Properties

snapshotId

val snapshotId: SnapshotId

The id of the layer snapshot.