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 FrontmatterLinkCacheExtends: FrontmatterLinkCache
Properties
| Property | Type | Description |
|---|---|---|
| parseLinkResult | ParseLinkResult | The result of parsing the link. |
Links to this page: