Skip to content

IsChildParams

Parameters for isChild.

Import:

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

Signature:

export interface IsChildParams

Properties

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

Links to this page: