Skip to content

LinkChangeUpdate

Unofficial

Describes a single link change to apply when a file is renamed or moved.

Import:

import type { LinkChangeUpdate } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface LinkChangeUpdate

Properties

PropertyTypeDescription
changestringNew link text to replace the old reference with.
referenceReferenceCacheThe cached reference that needs to be updated.
sourcePathstringPath of the file containing the link to update.