Skip to content

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): boolean

Parameters:

ParameterTypeDescription
referenceReferenceThe reference to check.

Returns: boolean — Whether the reference is a link cache.