RescueStillUsedFileParams
Parameters passed to DeleteIfNotUsedParams.rescueStillUsedFile.
Import:
import type { RescueStillUsedFileParams } from 'obsidian-dev-utils/obsidian/vault-delete';Signature:
export interface RescueStillUsedFileParamsProperties
| Property | Type | Description |
|---|---|---|
| file | TFile | The file that is about to be kept because other notes still reference it. |
| survivingNotePaths | readonly string[] | The paths of the notes that still reference the file once everything being deleted alongside it is gone. Never empty. |