Skip to content

IsChildOrSelfParams

Parameters for isChildOrSelf.

Import:

import type { IsChildOrSelfParams } from 'obsidian-dev-utils/obsidian/vault';

Signature:

export interface IsChildOrSelfParams

Properties

PropertyTypeDescription
appAppThe application instance.
childPathOrFilePathOrAbstractFileThe path or file to check whether it is a child or self.
parentPathOrFilePathOrAbstractFileThe path or file to check whether it is a parent or self.

Links to this page: