MetadataCache.resolvedLinks
MetadataCache › resolvedLinks
Official
Type: Record<string, Record<string, number>>
Contains all resolved links. This object maps each source file's path to an object of destination file paths with the link count. Source and destination paths are all vault absolute paths that comes fromobsidian#TFile.path and can be used with obsidian#Vault.getAbstractFileByPath.