data class LayerPaintedEvent : LayerTreeEvent
Official doc
LayerPaintedEvent(layerId: LayerId, clip: Rect)
Clip rectangle.
val clip: Rect
The id of the painted layer.
val layerId: LayerId