Skip to content

SplitSubpathResult

Splits a link into its link path and subpath.

Import:

import type { SplitSubpathResult } from 'obsidian-dev-utils/obsidian/link';

Signature:

export interface SplitSubpathResult

Properties

PropertyTypeDescription
linkPathstringA link path.
subpathstringA subpath.

Links to this page: