LinkUpdateProgress
A progress update emitted once per file whose links are updated during a multi-file rename/move link-update operation.
Import:
import type { LinkUpdateProgress } from 'obsidian-dev-utils/obsidian/link-update-progress';Signature:
export interface LinkUpdateProgressProperties
| Property | Type | Description |
|---|---|---|
| currentPath | string | The path of the file whose links were just updated. |
| processed | number | The number of files processed so far, including the current one. |
| total | number | The total number of files whose links will be updated. |
Links to this page: