ParseLinkReference
A ReferenceCache for a link parsed from content via parseLinks. It carries the full ParseLinkResult so consumers can inspect the parse details without re-parsing the link.
Import:
import type { ParseLinkReference } from 'obsidian-dev-utils/obsidian/parse-link';Signature:
export interface ParseLinkReference extends ReferenceCacheExtends: ReferenceCache
Properties
| Property | Type | Description |
|---|---|---|
| parseLinkResult | ParseLinkResult | The result of parsing the link. |
Links to this page: