GetFileOrNullParams
Parameters for getFileOrNull.
Import:
import type { GetFileOrNullParams } from 'obsidian-dev-utils/obsidian/file-system';Signature:
export interface GetFileOrNullParamsProperties
| 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 | PathOrFile | The path or file. |
Links to this page: