# core/ids/home.ids.ts

> 5 lines of code and 5 definitions.

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

## Definitions

- `RAIL_ID` (lexical_declaration, line 1, exported)
- `ROW_ICON_SELECTOR` (lexical_declaration, line 3, exported)
- `PROGRESS_PROPERTY` (lexical_declaration, line 5, exported)
- `MAP_SELECTOR` (lexical_declaration, line 7, exported)
- `JUMP_SELECTOR` (lexical_declaration, line 9, exported)

## Source

```typescript
export const RAIL_ID = "home-rail";

export const ROW_ICON_SELECTOR = ".home-row .page-icon";

export const PROGRESS_PROPERTY = "--progress";

export const MAP_SELECTOR = ".learning-map";

export const JUMP_SELECTOR = ".learning-jump";
```
