RebasePathOntoFolderParams
Parameters for rebasePathOntoFolder.
Import:
import type { RebasePathOntoFolderParams } from 'obsidian-dev-utils/obsidian/attachment-unit-folder';Signature:
export interface RebasePathOntoFolderParamsProperties
| Property | Type | Description |
|---|---|---|
| newFolderPath | string | The folder's new path. |
| oldFolderPath | string | The folder's old path. |
| path | string | The path to rebase. |
Links to this page: