# core/ids/tab.ids.ts

> 2 lines of code and 1 definition.

Tree: Site tree
Language: typescript
Layer: infrastructure
Canonical: https://banes-lab.com/anatomy/tree#file-core-ids-tab-ids-ts
Source text: https://banes-lab.com/assets/sources/source.1df2ece4d07079ad7df42ecef18ca94a80268ad2cf9a8cd82d6b9d9f9fcea0bf.generated.txt

## Definitions

- `TAB_SELECTED` (lexical_declaration, line 3, exported)

## Source

```typescript
import type { EventName } from "#types/event.types";

export const TAB_SELECTED = "tab.selected" satisfies EventName;
```
