---
title: "GraphicLayerInfo"
description: "The info about the graphics layers used by tooling."
type: "interface"
---

<div class='type'>Interface</div>


<a id='references'></a>

<div class='sourceset sourceset-android'>Android</div>



```kotlin
@JvmDefaultWithCompatibility
interface GraphicLayerInfo
```


The info about the graphics layers used by tooling.


## Properties

<div class='sourceset sourceset-android'>Android</div>


```kotlin
val layerId: Long
```


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



<div class='sourceset sourceset-android'>Android</div>


```kotlin
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.




