GetSafeRenamePathParams
Parameters for getSafeRenamePath.
Import:
import type { GetSafeRenamePathParams } from 'obsidian-dev-utils/obsidian/vault';Signature:
export interface GetSafeRenamePathParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | The application instance. |
| newPath | string | The new path to rename the abstract file to. |
| oldPathOrAbstractFile | PathOrAbstractFile | The old path or abstract file to rename. |
Links to this page: