IsChildOrSelfParams
Parameters for isChildOrSelf.
Import:
import type { IsChildOrSelfParams } from 'obsidian-dev-utils/obsidian/vault';Signature:
export interface IsChildOrSelfParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | The application instance. |
| childPathOrFile | PathOrAbstractFile | The path or file to check whether it is a child or self. |
| parentPathOrFile | PathOrAbstractFile | The path or file to check whether it is a parent or self. |
Links to this page: