MetadataCache
โบ unresolvedLinks
MetadataCache.unresolvedLinks property
Contains all unresolved links. This object maps each source file to an object of unknown destinations with count. Source paths are all vault absolute paths, similar to resolvedLinks
.
Signature:
unresolvedLinks: Record<string, Record<string, number>>;