resolveSubpath
resolveSubpath(
cache
,subpath
):HeadingSubpathResult
|BlockSubpathResult
|FootnoteSubpathResult
|null
Defined in: obsidian.d.ts:3532
Resolve the given subpath to a reference in the MetadataCache.
Parameters
cache
subpath
string
Returns
HeadingSubpathResult
| BlockSubpathResult
| FootnoteSubpathResult
| null