---
title: "performImeAction"
description: ""
type: "function"
---

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


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


> **Deprecated** Use `SemanticsPropertyReceiver.onImeAction` instead.

```kotlin
fun SemanticsPropertyReceiver.performImeAction(label: String? = null, action: (() -> Boolean)?)
```


