# core/ids/anatomy.ids.ts

> 14 lines of code and 14 definitions.

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

## Definitions

- `READING_TAB` (lexical_declaration, line 1, exported)
- `TREE_TAB` (lexical_declaration, line 3, exported)
- `BUILD_TAB` (lexical_declaration, line 5, exported)
- `COORDINATION_TAB` (lexical_declaration, line 7, exported)
- `DERIVED_SECTION_ID` (lexical_declaration, line 9, exported)
- `PARTS_SECTION_ID` (lexical_declaration, line 11, exported)
- `SPINE_SECTION_ID` (lexical_declaration, line 13, exported)
- `DIAGNOSES_SECTION_ID` (lexical_declaration, line 15, exported)
- `WALK_SECTION_ID` (lexical_declaration, line 17, exported)
- `FOLDER_ANCHOR` (lexical_declaration, line 19, exported)
- `FILE_ANCHOR` (lexical_declaration, line 21, exported)
- `DEFINITION_ANCHOR` (lexical_declaration, line 23, exported)
- `WALK_PANEL_ID` (lexical_declaration, line 25, exported)
- `SOURCE_PANEL_ID` (lexical_declaration, line 27, exported)

## Source

```typescript
export const READING_TAB = "reading";

export const TREE_TAB = "tree";

export const BUILD_TAB = "build";

export const COORDINATION_TAB = "coordination";

export const DERIVED_SECTION_ID = "this-page-is-derived";

export const PARTS_SECTION_ID = "the-four-parts-measured";

export const SPINE_SECTION_ID = "containers-on-the-spine";

export const DIAGNOSES_SECTION_ID = "what-the-diagnoses-found";

export const WALK_SECTION_ID = "reading-a-walk";

export const FOLDER_ANCHOR = "folder-";

export const FILE_ANCHOR = "file-";

export const DEFINITION_ANCHOR = "definition-";

export const WALK_PANEL_ID = "walk-inspector";

export const SOURCE_PANEL_ID = "source-inspector";
```
