ParseLinkFrontmatterReferenceWithOffsets
A ParseLinkFrontmatterReference for a link parsed from a multi-link frontmatter value via parseLinks, additionally carrying the offsets of the link within the frontmatter value. Use this when the frontmatter value holds multiple links.
Import:
import type { ParseLinkFrontmatterReferenceWithOffsets } from 'obsidian-dev-utils/obsidian/parse-link';Signature:
export interface ParseLinkFrontmatterReferenceWithOffsets extends ParseLinkFrontmatterReferenceExtends: ParseLinkFrontmatterReference
Properties
| Property | Type | Description |
|---|---|---|
| endOffset | number | An end offset of the link in the frontmatter value. |
| parseLinkResult | ParseLinkResult | The result of parsing the link. (Inherited from ParseLinkFrontmatterReference) |
| startOffset | number | A start offset of the link in the frontmatter value. |
Links to this page: