🌈 Create new beautiful Compose Gradients with our new wesite ->
Property

imeAction

Contains the IME action provided by the node.

Source set: Common
public var SemanticsPropertyReceiver.imeAction: ImeAction by SemanticsProperties.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.