---
title: "KeyboardActionScope"
description: "This scope can be used to execute the default action implementation."
type: "interface"
---

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


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

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



```kotlin
interface KeyboardActionScope
```


This scope can be used to execute the default action implementation.


## Functions

```kotlin
fun defaultKeyboardAction(imeAction: ImeAction)
```


Runs the default implementation for the specified `action`.



