Skip to content

MetadataCacheMetadataCacheRecord

Unofficial

Record mapping file paths to their parsed cached metadata.

Import:

import type { MetadataCacheMetadataCacheRecord } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface MetadataCacheMetadataCacheRecord extends Record<string, CachedMetadata>

Extends: Record<string, CachedMetadata>


Links to this page: