data class SnapshotCommandLogResponse
Response type for the LayerTreeDomain.snapshotCommandLog command.
<init> |
Response type for the LayerTreeDomain.snapshotCommandLog command. SnapshotCommandLogResponse(commandLog: List<JsonElement>) |
commandLog |
The array of canvas function calls. val commandLog: List<JsonElement> |