Skip to content

LinkUpdate

Unofficial

Represents a link that needs to be updated due to a file rename or move.

Import:

import type { LinkUpdate } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface LinkUpdate

Properties

Property Type Description
reference PositionedReference Link position in the file.
resolvedFile TFile File that was resolved.
resolvedPaths string[] Paths the file could have been resolved to.
sourceFile TFile File that contains the link.