SnapshotCommandLogResponse

@Serializable
data class SnapshotCommandLogResponse(val commandLog: List<JsonObject>)(source)

Response type for the LayerTreeDomain.snapshotCommandLog command.

Constructors

Link copied to clipboard
constructor(commandLog: List<JsonObject>)

Properties

Link copied to clipboard
val commandLog: List<JsonObject>

The array of canvas function calls.