Function

hasInsertTextAtCursorAction

Returns whether the node defines a semantics action to insert text on it.

Source set: Common

Added in 1.11.0-rc01

fun hasInsertTextAtCursorAction() = hasKey(SemanticsActions.InsertTextAtCursor)

Returns whether the node defines a semantics action to insert text on it.

This can be used to, for instance, filter out text fields.