MetadataCache โ€บ resolvedLinks

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>>;