hasSetTextAction
Source set: Common
fun hasSetTextAction() = hasKey(SemanticsActions.SetText)
Returns whether the node defines a semantics action to set text on it.
This can be used to, for instance, filter out text fields.
Returns whether the node defines a semantics action to set text on it.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
fun hasSetTextAction() = hasKey(SemanticsActions.SetText)
Returns whether the node defines a semantics action to set text on it.
This can be used to, for instance, filter out text fields.
Last updated: