Skip to content

FootnoteSubpathResult

Official

Result of resolving footnotes using resolveSubpath

Import:

import type { FootnoteSubpathResult } from 'obsidian';

Signature:

export interface FootnoteSubpathResult extends SubpathResult

Extends: SubpathResult

Properties

PropertyTypeDescription
endLoc | nullThe end location of the subpath.
(Inherited from SubpathResult)
footnoteFootnoteCacheThe found footnote.
startLocThe start location of the subpath.
(Inherited from SubpathResult)
type'footnote'The type of the subpath result.

Links to this page: