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