@empathyco/x-components
Version:
Empathy X Components
27 lines (15 loc) • 659 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SpatialNavigation](./x-components.spatialnavigation.md) > [navigateTo](./x-components.spatialnavigation.navigateto.md)
## SpatialNavigation.navigateTo() method
Get next element to navigate to.
**Signature:**
```typescript
navigateTo(direction: ArrowKey): HTMLElement;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| direction | [ArrowKey](./x-components.arrowkey.md) | |
**Returns:**
HTMLElement
The element to navigate to or null.