---
title: "performImeAction"
description: "Sends to this node the IME action associated with it in a similar way to the IME.

The node needs to define its IME action in semantics via
[SemanticsPropertyReceiver.onImeAction][androidx.compose.ui.semantics.onImeAction]."
type: "function"
---

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


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


```kotlin
fun SemanticsNodeInteraction.performImeAction()
```


Sends to this node the IME action associated with it in a similar way to the IME.

The node needs to define its IME action in semantics via
`SemanticsPropertyReceiver.onImeAction`.



