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-catalyst-latest';

Signature:

export interface LinkUpdate

Properties

PropertyTypeDescription
referencePositionedReferenceLink position in the file.
resolvedFileTFileFile that was resolved.
resolvedPathsstring[]Paths the file could have been resolved to.
sourceFileTFileFile that contains the link.