# configuration/strings/lexicon.strings.ts

> 3 lines of code and 2 definitions.

Tree: Site tree
Language: typescript
Layer: product
Canonical: https://banes-lab.com/anatomy/tree#file-configuration-strings-lexicon-strings-ts
Source text: https://banes-lab.com/assets/sources/source.31e15b60748dbe6dd39283390f5d0274cbb0223c273a8b64dfd306feda41a1b1.generated.txt

## Definitions

- `LEXICON_INTRO` (lexical_declaration, line 1, exported)
- `DEFINITION_LABEL` (lexical_declaration, line 3, exported)

## Source

```typescript
export const LEXICON_INTRO =
    "Every term in this category is listed as one record, with its kind, its definition and its aliases, the principles whose relations name it, the principle or contract that carries the same name where one exists, and the layer its category belongs to.";
export const DEFINITION_LABEL = "Definition";
```
