@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 572 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [XEventsTypes](./x-components.xeventstypes.md) > [UserPressedArrowKey](./x-components.xeventstypes.userpressedarrowkey.md)
## XEventsTypes.UserPressedArrowKey property
The user pressed an [arrow key](./x-components.arrowkey.md) with the focus on the search-box. Payload: the pressed [arrow key](./x-components.arrowkey.md)<!-- -->.
**Signature:**
```typescript
UserPressedArrowKey: ArrowKey;
```