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


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


<h2 id="hasscrolltonodeaction">hasScrollToNodeAction</h2>

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


```kotlin
fun hasScrollToNodeAction() =
    hasKey(SemanticsActions.ScrollToIndex)
        .and(hasKey(SemanticsActions.ScrollBy))
        .and(
            hasKey(SemanticsProperties.HorizontalScrollAxisRange)
                .or(hasKey(SemanticsProperties.VerticalScrollAxisRange))
        )
```


Returns whether the node defines the ability to scroll to content identified by a matcher.