# configuration/strings/clipboard.strings.ts

> 2 lines of code and 2 definitions.

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

## Definitions

- `COPY_TITLE` (lexical_declaration, line 1, exported)
- `COPY_PAGE_TITLE` (lexical_declaration, line 3, exported)

## Source

```typescript
export const COPY_TITLE = "Copy to clipboard";

export const COPY_PAGE_TITLE = "Copy this page as Markdown";
```
