PositionedReference
Unofficial
A reference with position information in the source file.
Import:
import type { PositionedReference } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface PositionedReference extends Reference, CacheItemProperties
| Property | Type | Description | |
|---|---|---|---|
| displayText? | string | Display text of the link. (Inherited from Reference) | |
| link | string | Link destination. (Inherited from Reference) | |
| original | string | Contains the text as it's written in the document. Not available on Publish. (Inherited from Reference) | |
| position | Pos | Position of this item in the note. (Inherited from CacheItem) |
Links to this page: