Skip to content

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 LinkUpdateProgress

Properties

PropertyTypeDescription
currentPathstringThe path of the file whose links were just updated.
processednumberThe number of files processed so far, including the current one.
totalnumberThe total number of files whose links will be updated.

Links to this page: