---
title: "InteroperableComposeUiNode"
description: "This interface allows the layout inspector to access inspect instances of Views that are associated with a Compose UI node."
type: "interface"
---
## API Reference

> Source set: Common

```kotlin
public sealed interface InteroperableComposeUiNode
```

This interface allows the layout inspector to access inspect instances of Views that are
associated with a Compose UI node. Usage of this API outside of Compose UI artifacts is
unsupported.

## Functions

### getInteropView

> Source set: Common

```kotlin
public fun getInteropView(): InteropView?
```
