MetadataCache.updateInternalLinks method
MetadataCache › updateInternalLinks
Unofficial
Applies queued internal-link updates to the affected files.Signature:
updateInternalLinks(updates: Map<string, unknown>): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| updates | Map<string, unknown> | Map of file path to the link updates to apply to that file. |
Returns: Promise<void> — A promise that resolves when all updates have been applied.