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


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


<h2 id="ishiddenfromaccessibility">isHiddenFromAccessibility</h2>

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


```kotlin
fun isHiddenFromAccessibility(): SemanticsMatcher
```


Returns whether the node is hidden from accessibility.

This only checks if the node itself is hidden from accessibility. To check if it is in a hidden
subtree, use `hasAnyAncestor(isHiddenFromAccessibility())`.