MakeSnapshotResponse

@Serializable
data class MakeSnapshotResponse(val snapshotId: SnapshotId)(source)

Response type for the LayerTreeDomain.makeSnapshot command.

Constructors

Link copied to clipboard
constructor(snapshotId: SnapshotId)

Properties

Link copied to clipboard

The id of the layer snapshot.