MetadataCacheWorkerMessage
Unofficial
Message received from the metadata cache web worker.
Import:
import type { MetadataCacheWorkerMessage } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface MetadataCacheWorkerMessageProperties
| Property | Type | Description | |
|---|---|---|---|
| data | CachedMetadata | Parsed cached metadata returned by the worker. |