Skip to content

GetAbstractFileOrNullParams

Parameters for getAbstractFileOrNull.

Import:

import type { GetAbstractFileOrNullParams } from 'obsidian-dev-utils/obsidian/file-system';

Signature:

export interface GetAbstractFileOrNullParams

Properties

PropertyTypeDescription
appAppThe Obsidian App instance.
isCaseInsensitive?booleanSpecifies whether to perform a case-insensitive search. When undefined or not specified, the behavior is determined by the actual file system.
pathOrFilenull | PathOrAbstractFileThe path or abstract file to retrieve.

Links to this page: