Skip to content

FileManager.notifyForBulkUndo method

FileManager › notifyForBulkUndo

Unofficial

Shows a notice offering to undo a bulk file modification, reverting each file to its captured state.

Signature:

notifyForBulkUndo(records: BulkUndoRecord[], duration?: number | undefined): void

Parameters:

ParameterTypeDescription
recordsBulkUndoRecord[]The pre-modification state of each affected file.
duration?number | undefinedHow long the notice is shown, in milliseconds. Defaults to 30000.

Returns: void