GetAbstractFileOrNullParams
Parameters for getAbstractFileOrNull.
Import:
import type { GetAbstractFileOrNullParams } from 'obsidian-dev-utils/obsidian/file-system';Signature:
export interface GetAbstractFileOrNullParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | The Obsidian App instance. |
| isCaseInsensitive? | boolean | Specifies whether to perform a case-insensitive search. When undefined or not specified, the behavior is determined by the actual file system. |
| pathOrFile | null | PathOrAbstractFile | The path or abstract file to retrieve. |
Links to this page: