Skip to content

isParseLinkFrontmatterReference

Determines whether a reference is a ParseLinkFrontmatterReference.

Import:

import { isParseLinkFrontmatterReference } from 'obsidian-dev-utils/obsidian/parse-link';

Signature:

function isParseLinkFrontmatterReference(reference: Reference): boolean

Parameters:

ParameterTypeDescription
referenceReferenceThe reference to check.

Returns: booleantrue if the reference is a ParseLinkFrontmatterReference, otherwise false.