TryResolveFileParams
Unofficial
Parameters for trying to resolve a file.
Import:
import type { TryResolveFileParams } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface TryResolveFileParamsProperties
| Property | Type | Description | |
|---|---|---|---|
| file? | string | The file to resolve. | |
| path? | string | The path to the file. |