Skip to content

ResolvePathFromRootParams

Parameters for resolvePathFromRoot.

Import:

import type { ResolvePathFromRootParams } from 'obsidian-dev-utils/script-utils/root';

Signature:

export interface ResolvePathFromRootParams

Properties

PropertyTypeDescription
cwd?stringThe current working folder to resolve from.
pathstringThe path to resolve.

Links to this page: