FileChange
A file change in the vault.
Import:
import type { FileChange } from 'obsidian-dev-utils/obsidian/file-change';Signature:
export interface FileChangeProperties
| Property | Type | Description |
|---|---|---|
| newContent | string | A new content to replace the old content. |
| oldContent | string | An old content that will be replaced. |
| reference | Reference | A reference that caused the change. |
Links to this page: