<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [FOCUSABLE\_SELECTORS](./x-components.focusable_selectors.md)

## FOCUSABLE\_SELECTORS variable

Comma separated list of common focusable selectors.

**Signature:**

```typescript
FOCUSABLE_SELECTORS = "a[href], button:not([disabled]), details, input:not([disabled]), select:not([disabled]), textarea:not([disabled]), [tabindex]:not([tabindex=\"-1\"])"
```
