MetadataCacheMetadataCacheRecord
Unofficial
Record mapping file paths to their parsed cached metadata.
Import:
import type { MetadataCacheMetadataCacheRecord } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface MetadataCacheMetadataCacheRecord extends Record<string, CachedMetadata>Extends: Record<string, CachedMetadata>
Links to this page: