@empathyco/x-components
Version:
Empathy X Components
24 lines (15 loc) • 907 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [DirectionalFocusNavigationService](./x-components.directionalfocusnavigationservice.md) > [(constructor)](./x-components.directionalfocusnavigationservice._constructor_.md)
## DirectionalFocusNavigationService.(constructor)
Constructor for the [DirectionalFocusNavigationService](./x-components.directionalfocusnavigationservice.md)<!-- -->.
**Signature:**
```typescript
constructor(
container: HTMLElement,
focusableSelectors?: string);
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| container | HTMLElement | The element that contains the navigable elements. |
| focusableSelectors | string | _(Optional)_ A comma separated string with the focusable selectors to look up. |