Skip to content

SubpathResult

Official

A result of a subpath search.

Import:

import type { SubpathResult } from 'obsidian';

Signature:

export interface SubpathResult

Properties

PropertyTypeDescription
endLoc | nullThe end location of the subpath.
startLocThe start location of the subpath.

Links to this page: