GraphicLayerInfo
Interface
Android
@JvmDefaultWithCompatibility
interface GraphicLayerInfo
The info about the graphics layers used by tooling.
Properties
Android
val layerId: Long
The ID of the layer. This is used by tooling to match a layer to the associated LayoutNode.
Android
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.