---
title: "tappableElementIgnoringVisibility"
description: "The insets that [WindowInsetsCompat.Type.tappableElement] will consume if active.

If there are never tappable elements then this is empty."
type: "property"
---

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


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

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


```kotlin
@ExperimentalLayoutApi
val WindowInsets.Companion.tappableElementIgnoringVisibility: WindowInsets
```


The insets that `WindowInsetsCompat.Type.tappableElement` will consume if active.

If there are never tappable elements then this is empty.



