pl.wendigo.chrome.api.layertree / CompositingReasonsRequest

CompositingReasonsRequest

data class CompositingReasonsRequest (source)

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

Provides the reasons why the given layer was composited.

Link
LayerTree#compositingReasons method documentation.

See Also

LayerTreeOperations.compositingReasons

Constructors

<init>

CompositingReasonsRequest(layerId: LayerId)

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

Properties

layerId

val layerId: LayerId

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