@empathyco/x-components
Version:
Empathy X Components
59 lines (27 loc) • 884 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)
## SpatialNavigation interface
Interface for SpatialNavigation services based on [CSSWK specification](https://www.w3.org/TR/css-nav-1/)<!-- -->.
**Signature:**
```typescript
export interface SpatialNavigation
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[navigateTo](./x-components.spatialnavigation.navigateto.md)
</td><td>
</td><td>
(direction: [ArrowKey](./x-components.arrowkey.md)<!-- -->) => HTMLElement
</td><td>
Get next element to navigate to.
</td></tr>
</tbody></table>