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