<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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)

