pl.wendigo.chrome.api.layertree / CompositingReasonsResponse

CompositingReasonsResponse

data class CompositingReasonsResponse (source)

Represents response frame that is returned from LayerTree#compositingReasons operation call. Provides the reasons why the given layer was composited.

Link
LayerTree#compositingReasons method documentation.

See Also

LayerTreeOperations.compositingReasons

Constructors

<init>

CompositingReasonsResponse(compositingReasons: List<String>)

Represents response frame that is returned from LayerTree#compositingReasons operation call. Provides the reasons why the given layer was composited.

Properties

compositingReasons

val compositingReasons: List<String>

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