Skip to content

RegisterFileCacheForNonExistingFileParams

Parameters for registerFileCacheForNonExistingFile.

Import:

import type { RegisterFileCacheForNonExistingFileParams } from 'obsidian-dev-utils/obsidian/metadata-cache';

Signature:

export interface RegisterFileCacheForNonExistingFileParams

Properties

PropertyTypeDescription
appAppThe Obsidian app instance.
cacheCachedMetadataThe file cache to register.
pathOrFilePathOrFileThe path or file to register the file cache for.

Links to this page: