@empathyco/x-components
Version:
Empathy X Components
69 lines (33 loc) • 1.1 kB
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
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
container
</td><td>
HTMLElement
</td><td>
The element that contains the navigable elements.
</td></tr>
<tr><td>
focusableSelectors
</td><td>
string
</td><td>
_(Optional)_ A comma separated string with the focusable selectors to look up.
</td></tr>
</tbody></table>