Skip to content

GetRescuePathParams

Parameters for RenameDeleteHandlerSettings.getRescuePath.

Import:

import type { GetRescuePathParams } from 'obsidian-dev-utils/obsidian/components/rename-delete-handler-component';

Signature:

export interface GetRescuePathParams

Properties

PropertyTypeDescription
attachmentPathstringThe path of the attachment that is about to be stranded.
survivingNotePathsreadonly string[]The paths of the notes that still reference the attachment once the deletion is done. Never empty.