Skip to content

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, CacheItem

Extends: Reference, CacheItem

Properties

PropertyTypeDescription
displayText?stringDisplay text of the link.
(Inherited from Reference)
linkstringLink destination.
(Inherited from Reference)
originalstringContains the text as it's written in the document. Not available on Publish.
(Inherited from Reference)
positionPosPosition of this item in the note.
(Inherited from CacheItem)

Links to this page: