LayerTreeDidChange

@Serializable
data class LayerTreeDidChange(val layers: List<Layer>? = null) : LayerTreeEvent(source)

Official doc

Constructors

Link copied to clipboard
constructor(layers: List<Layer>? = null)

Properties

Link copied to clipboard
val layers: List<Layer>? = null

Layer tree, absent if not in the comspositing mode.