Skip to content

isFrontmatterLinkCache

Unofficial

Check if the reference is a frontmatter link cache.

Import:

import { isFrontmatterLinkCache } from '@obsidian-typings/obsidian-public-latest/implementations';

Signature:

function isFrontmatterLinkCache(reference: Reference): boolean

Parameters:

ParameterTypeDescription
referenceReferenceThe reference to check.

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