Skip to content

RebasePathOntoFolderParams

Parameters for rebasePathOntoFolder.

Import:

import type { RebasePathOntoFolderParams } from 'obsidian-dev-utils/obsidian/attachment-unit-folder';

Signature:

export interface RebasePathOntoFolderParams

Properties

PropertyTypeDescription
newFolderPathstringThe folder's new path.
oldFolderPathstringThe folder's old path.
pathstringThe path to rebase.

Links to this page: