Function

hasScrollToKeyAction

Returns whether the node defines the ability to scroll to an item identified by a key, such as LazyColumnandroidx.compose.foundation.lazy.LazyColumn or LazyRowandroidx.compose.foundation.lazy.LazyRow.

hasScrollToKeyAction

Source set: Common
fun hasScrollToKeyAction() =
    hasKey(SemanticsActions.ScrollToIndex).and(hasKey(SemanticsProperties.IndexForKey))

Returns whether the node defines the ability to scroll to an item identified by a key, such as LazyColumn or LazyRow.

Last updated: