<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`Reference`](Reference)
## Reference interface
Base interface for items that point to a different location.
**Signature:**
```typescript
export interface Reference
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [`displayText?`](Reference/displayText) | | <code>string</code> | _(Optional)_ Available if title is different from link text, in the case of <code>[[page name|display name]]</code> this will return <code>display name</code> |
| [`link`](Reference/link) | | <code>string</code> | Link destination. |
| [`original`](Reference/original) | | <code>string</code> | Contains the text as it's written in the document. Not available on Publish. |