BulkUndoRecord
Unofficial
A captured pre-modification snapshot of a file, used to undo a bulk modification.
Import:
import type { BulkUndoRecord } from 'obsidian';Signature:
export interface BulkUndoRecordProperties
| Property | Type | Description | |
|---|---|---|---|
| content | string | The file content to restore. | |
| file | TFile | The file to restore. | |
| mtime | number | The modification time to restore, in milliseconds. |