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 LinkChangeUpdateProperties
| 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. |