@empathyco/x-components
Version:
Empathy X Components
95 lines (42 loc) • 1.36 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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[direction](./x-components.takenavigationcontrol.direction.md)
</td><td>
</td><td>
[ArrowKey](./x-components.arrowkey.md)
</td><td>
</td></tr>
<tr><td>
[moduleName](./x-components.takenavigationcontrol.modulename.md)
</td><td>
</td><td>
[XModuleName](./x-components.xmodulename.md)
</td><td>
</td></tr>
<tr><td>
[xEvent](./x-components.takenavigationcontrol.xevent.md)
</td><td>
</td><td>
[PropsWithType](./x-components.propswithtype.md)<!-- --><[XEventsTypes](./x-components.xeventstypes.md)<!-- -->, [ArrowKey](./x-components.arrowkey.md)<!-- -->>
</td><td>
</td></tr>
</tbody></table>