Skip to content

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 FrontmatterLinkCache

Extends: FrontmatterLinkCache

Properties

PropertyTypeDescription
endOffsetnumberAn end offset of the link in the property value.
startOffsetnumberA start offset of the link in the property value.

Links to this page: