Skip to content

FileChange

A file change in the vault.

Import:

import type { FileChange } from 'obsidian-dev-utils/obsidian/file-change';

Signature:

export interface FileChange

Properties

PropertyTypeDescription
newContentstringA new content to replace the old content.
oldContentstringAn old content that will be replaced.
referenceReferenceA reference that caused the change.

Links to this page: