Interface

GraphicLayerInfo

The info about the graphics layers used by tooling.

Source set: Android
@JvmDefaultWithCompatibility
interface GraphicLayerInfo

The info about the graphics layers used by tooling.

Properties

layerId

Source set: Android
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
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.

Last updated: