CleanupEmptyFoldersParams
Parameters for cleanupEmptyFolders.
Import:
import type { CleanupEmptyFoldersParams } from 'obsidian-dev-utils/obsidian/vault';Signature:
export interface CleanupEmptyFoldersParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | The application instance. |
| emptyFolderBehavior | EmptyFolderBehavior | The behavior determining how empty folders are cleaned up. |
| folderPaths | string[] | The paths of the folders to clean up when empty. |
Links to this page: