MetadataCache.iterateAllRefs method
MetadataCache › iterateAllRefs
Unofficial
Iterate over all link references in the vault with callback.Signature:
iterateAllRefs(callback: (path: string) => void): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| callback | (path: string) => void | The callback to execute for each reference path. |
Returns: void