RegisterFileCacheForNonExistingFileParams
Parameters for registerFileCacheForNonExistingFile.
Import:
import type { RegisterFileCacheForNonExistingFileParams } from 'obsidian-dev-utils/obsidian/metadata-cache';Signature:
export interface RegisterFileCacheForNonExistingFileParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | The Obsidian app instance. |
| cache | CachedMetadata | The file cache to register. |
| pathOrFile | PathOrFile | The path or file to register the file cache for. |
Links to this page: