Skip to content

CleanupEmptyFoldersParams

Parameters for cleanupEmptyFolders.

Import:

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

Signature:

export interface CleanupEmptyFoldersParams

Properties

PropertyTypeDescription
appAppThe application instance.
emptyFolderBehaviorEmptyFolderBehaviorThe behavior determining how empty folders are cleaned up.
folderPathsstring[]The paths of the folders to clean up when empty.

Links to this page: