chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.layertree / SnapshotCommandLogResponse

SnapshotCommandLogResponse

data class SnapshotCommandLogResponse

Response type for the LayerTreeDomain.snapshotCommandLog command.

Constructors

<init>

Response type for the LayerTreeDomain.snapshotCommandLog command.

SnapshotCommandLogResponse(commandLog: List<JsonElement>)

Properties

commandLog

The array of canvas function calls.

val commandLog: List<JsonElement>