---
title: "hasPerformImeAction"
description: "Returns whether the node defines a semantics action to perform the
[IME action][SemanticsProperties.ImeAction] on it."
type: "function"
---

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


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


```kotlin
fun hasPerformImeAction() = hasKey(SemanticsActions.OnImeAction)
```


Returns whether the node defines a semantics action to perform the
`IME action` on it.



