CompositingReasonsResponse

@Serializable
data class CompositingReasonsResponse(val compositingReasons: List<String>, val compositingReasonIds: List<String>)

Response type for the LayerTreeDomain.compositingReasons command.

Constructors

Link copied to clipboard
constructor(compositingReasons: List<String>, compositingReasonIds: List<String>)

Properties

Link copied to clipboard

A list of strings specifying reason IDs for the given layer to become composited.

Link copied to clipboard

A list of strings specifying reasons for the given layer to become composited.