Skip to content

ParseLinkFrontmatterReference

A FrontmatterLinkCache for a link parsed from a single-link frontmatter value via parseLinks. It carries the full ParseLinkResult so consumers can inspect the parse details without re-parsing the link. Use this when the whole frontmatter value is a single link.

Import:

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

Signature:

export interface ParseLinkFrontmatterReference extends FrontmatterLinkCache

Extends: FrontmatterLinkCache

Properties

PropertyTypeDescription
parseLinkResultParseLinkResultThe result of parsing the link.

Links to this page: