🌈 Create new beautiful Compose Gradients with our new wesite ->
Interface

GraphicLayerInfo

The info about the graphics layers used by tooling.

Source set: Android
public interface GraphicLayerInfo

The info about the graphics layers used by tooling.

Properties

layerId

Source set: Android
public val layerId: Long

The ID of the layer. This is used by tooling to match a layer to the associated LayoutNode.

ownerViewId

Source set: Android
public val ownerViewId: Long

The uniqueDrawingId of the owner view of this graphics layer. This is used by tooling to match a layer to the associated owner AndroidComposeView.