GetRescuePathParams
Parameters for RenameDeleteHandlerSettings.getRescuePath.
Import:
import type { GetRescuePathParams } from 'obsidian-dev-utils/obsidian/components/rename-delete-handler-component';Signature:
export interface GetRescuePathParamsProperties
| Property | Type | Description |
|---|---|---|
| attachmentPath | string | The path of the attachment that is about to be stranded. |
| survivingNotePaths | readonly string[] | The paths of the notes that still reference the attachment once the deletion is done. Never empty. |