@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 526 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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\"])"
```