MetadataCache.getBacklinksForFile method
MetadataCache › getBacklinksForFile
Unofficial
Get all backlink information for a file.Signature:
getBacklinksForFile(file: TFile): CustomArrayDict<Reference>Parameters:
| Parameter | Type | Description |
|---|---|---|
| file | TFile | The file to get backlinks for. |
Returns: CustomArrayDict<Reference> — The backlinks for the file.