Skip to content

GetAbstractFileParams

Parameters for getAbstractFile.

Import:

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

Signature:

export interface GetAbstractFileParams

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.
pathOrFilePathOrAbstractFileThe path or abstract file to retrieve the abstract file for.

Links to this page: