UNPKG

@empathyco/x-components

Version:
21 lines (12 loc) 727 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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 | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [navigateTo](./x-components.spatialnavigation.navigateto.md) | | (direction: [ArrowKey](./x-components.arrowkey.md)<!-- -->) =&gt; HTMLElement | Get next element to navigate to. |