Skip to content

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 ReferenceCache

Extends: ReferenceCache

Properties

PropertyTypeDescription
parseLinkResultParseLinkResultThe result of parsing the link.

Links to this page: