Skip to content

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 BulkUndoRecord

Properties

PropertyTypeDescription
contentstringThe file content to restore.
fileTFileThe file to restore.
mtimenumberThe modification time to restore, in milliseconds.