---
title: "tappableElement"
description: "Returns the tappable element insets."
type: "property"
---

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


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

<div class='sourceset sourceset-common'>Common</div>


```kotlin
expect val WindowInsets.Companion.tappableElement: WindowInsets
```


Returns the tappable element insets.



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


```kotlin
actual val WindowInsets.Companion.tappableElement: WindowInsets
```


For the `WindowInsetsCompat.Type.tappableElement`.



