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