CompositingReasonsRequest

@Serializable
data class CompositingReasonsRequest(val layerId: LayerId)

Request object containing input parameters for the LayerTreeDomain.compositingReasons command.

Constructors

Link copied to clipboard
constructor(layerId: LayerId)

Properties

Link copied to clipboard

The id of the layer for which we want to get the reasons it was composited.