PositionedReference
Defined in: src/obsidian/internals/PositionedReference.d.ts:7
Extends
Properties
displayText?
optional
displayText:string
Defined in: obsidian.d.ts:3430
Available if title is different from link text, in the case of [[page name|display name]]
this will return display name
Inherited from
link
link:
string
Defined in: obsidian.d.ts:3420
Link destination.
Inherited from
original
original:
string
Defined in: obsidian.d.ts:3425
Contains the text as it’s written in the document. Not available on Publish.
Inherited from
position
position:
object
Defined in: src/obsidian/internals/PositionedReference.d.ts:11
Position of the reference in the file
end
end:
Loc
start
start:
Loc