GetAbstractFileParams
Parameters for getAbstractFile.
Import:
import type { GetAbstractFileParams } from 'obsidian-dev-utils/obsidian/file-system';Signature:
export interface GetAbstractFileParamsProperties
| 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 | PathOrAbstractFile | The path or abstract file to retrieve the abstract file for. |
Links to this page: