isLinkCache
Unofficial
Check if the reference is a link cache.
Import:
import { isLinkCache } from '@obsidian-typings/obsidian-catalyst-latest/implementations';Signature:
function isLinkCache(reference: Reference): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
reference | Reference | The reference to check. |
Returns: boolean — Whether the reference is a link cache.