FrontmatterLinkCacheWithOffsets
Type for frontmatter link cache with offsets.
Import:
import type { FrontmatterLinkCacheWithOffsets } from 'obsidian-dev-utils/obsidian/frontmatter-link-cache-with-offsets';Signature:
export interface FrontmatterLinkCacheWithOffsets extends FrontmatterLinkCacheExtends: FrontmatterLinkCache
Properties
| Property | Type | Description |
|---|---|---|
| endOffset | number | An end offset of the link in the property value. |
| startOffset | number | A start offset of the link in the property value. |
Links to this page: