pl.wendigo.chrome.api.layertree / SnapshotCommandLogResponse

SnapshotCommandLogResponse

data class SnapshotCommandLogResponse (source)

Represents response frame that is returned from LayerTree#snapshotCommandLog operation call. Replays the layer snapshot and returns canvas log.

Link
LayerTree#snapshotCommandLog method documentation.

See Also

LayerTreeOperations.snapshotCommandLog

Constructors

<init>

SnapshotCommandLogResponse(commandLog: List<Any>)

Represents response frame that is returned from LayerTree#snapshotCommandLog operation call. Replays the layer snapshot and returns canvas log.

Properties

commandLog

val commandLog: List<Any>

The array of canvas function calls.