GraphicLayerInfo
- Common/All
- Android/JVM
-
android
interface GraphicLayerInfo
The info about the graphics layers used by tooling.
Summary
Public properties
layerId
val layerId: Long
The ID of the layer. This is used by tooling to match a layer to the associated LayoutNode.
ownerViewId
open 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.