LinkUpdater.iterateReferencesForFile method
LinkUpdater › iterateReferencesForFile
Unofficial
Iterate over all references managed by this updater for a specific file.Signature:
iterateReferencesForFile(path: string, callback: (reference: ReferenceCache) => void): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| path | string | Path of the file to iterate references for. |
| callback | (reference: ReferenceCache) => void | Callback invoked for each reference. |
Returns: void