MetadataCache โบ resolvedLinks
MetadataCache.resolvedLinks property
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 from TFile.path and can be used with Vault.getAbstractFileByPath(path).
Signature:
resolvedLinks: Record<string, Record<string, number>>;