Skip to content

GetSafeRenamePathParams

Parameters for getSafeRenamePath.

Import:

import type { GetSafeRenamePathParams } from 'obsidian-dev-utils/obsidian/vault';

Signature:

export interface GetSafeRenamePathParams

Properties

PropertyTypeDescription
appAppThe application instance.
newPathstringThe new path to rename the abstract file to.
oldPathOrAbstractFilePathOrAbstractFileThe old path or abstract file to rename.

Links to this page: