pl.wendigo.chrome.domain.layertree / CompositingReasonsRequest

CompositingReasonsRequest

data class CompositingReasonsRequest (source)

Represents request frame that can be used with LayerTree.compositingReasons method call.

Provides the reasons why the given layer was composited.

Constructors

<init>

CompositingReasonsRequest(layerId: LayerId)

Represents request frame that can be used with LayerTree.compositingReasons method call.

Properties

layerId

val layerId: LayerId

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