@empathyco/x-components
Version:
Empathy X Components
18 lines (11 loc) • 662 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [EventsForDirectionLimit](./x-components.eventsfordirectionlimit.md)
## EventsForDirectionLimit type
Events to emit when reaching the [direction](./x-components.arrowkey.md) limit.
**Signature:**
```typescript
export type EventsForDirectionLimit = {
[key in ArrowKey]: PropsWithType<XEventsTypes, void>;
};
```
**References:** [ArrowKey](./x-components.arrowkey.md)<!-- -->, [PropsWithType](./x-components.propswithtype.md)<!-- -->, [XEventsTypes](./x-components.xeventstypes.md)