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


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

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


```kotlin
expect val KeyEvent.type: KeyEventType
```


The `type` of key event.



<div class='sourceset sourceset-android'>Android</div>


```kotlin
actual val KeyEvent.type: KeyEventType
```


The `type` of key event.