pl.wendigo.chrome.domain.layertree / LayerPaintedEvent

LayerPaintedEvent

data class LayerPaintedEvent : ProtocolEvent (source)

Represents event frames for LayerTree.layerPainted

Constructors

<init>

LayerPaintedEvent(layerId: LayerId, clip: Rect)

Represents event frames for LayerTree.layerPainted

Properties

clip

val clip: Rect

Clip rectangle.

layerId

val layerId: LayerId

The id of the painted layer.

Inherited Functions

protocolDomain

fun protocolDomain(): String