pl.wendigo.chrome.domain.layertree / SnapshotCommandLogResponse

SnapshotCommandLogResponse

data class SnapshotCommandLogResponse (source)

Represents response frame for LayerTree.snapshotCommandLog method call.

Replays the layer snapshot and returns canvas log.

Constructors

<init>

SnapshotCommandLogResponse(commandLog: List<Any>)

Represents response frame for LayerTree.snapshotCommandLog method call.

Properties

commandLog

val commandLog: List<Any>

The array of canvas function calls.