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

Signature:

export interface LinkChangeUpdate

Properties

Property Type Description
change string New link text to replace the old reference with.
reference ReferenceCache The cached reference that needs to be updated.
sourcePath string Path of the file containing the link to update.