---
title: "imeAction"
description: "Contains the IME action provided by the node.

For example, \"go to next form field\" or \"submit\".

A node that specifies an action should also specify a callback to perform the action via
[onImeAction]."
type: "property"
---

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


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


> **Deprecated** Pass the ImeAction to onImeAction instead.

```kotlin
var SemanticsPropertyReceiver.imeAction
```


Contains the IME action provided by the node.

For example, "go to next form field" or "submit".

A node that specifies an action should also specify a callback to perform the action via
`onImeAction`.



