@empathyco/x-components
Version:
Empathy X Components
27 lines (16 loc) • 1.08 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [TakeNavigationControl](./x-components.takenavigationcontrol.md)
## TakeNavigationControl interface
Represents when to take control of the navigation.
**Signature:**
```typescript
export interface TakeNavigationControl
```
## Remarks
The [XEvent](./x-components.xevent.md) refers to the event the component has to listen to.
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [direction](./x-components.takenavigationcontrol.direction.md) | | [ArrowKey](./x-components.arrowkey.md) | |
| [moduleName](./x-components.takenavigationcontrol.modulename.md) | | [XModuleName](./x-components.xmodulename.md) | |
| [xEvent](./x-components.takenavigationcontrol.xevent.md) | | [PropsWithType](./x-components.propswithtype.md)<!-- --><[XEventsTypes](./x-components.xeventstypes.md)<!-- -->, [ArrowKey](./x-components.arrowkey.md)<!-- -->> | |