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): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| records | BulkUndoRecord[] | The pre-modification state of each affected file. |
| duration? | number | undefined | How long the notice is shown, in milliseconds. Defaults to 30000. |
Returns: void