GetBacklinksForFileSafeWrapper
Wrapper for the getBacklinksForFile method that provides a safe overload.
Import:
import type { GetBacklinksForFileSafeWrapper } from 'obsidian-dev-utils/obsidian/metadata-cache';Signature:
export interface GetBacklinksForFileSafeWrapperMethods
| Method | Returns | Description |
|---|---|---|
| safe(pathOrFile) | Promise<CustomArrayDict<Reference>> | Retrieves the backlinks for a file safely. |