ExtractLinkFileParams
Parameters for extractLinkFile.
Import:
import type { ExtractLinkFileParams } from 'obsidian-dev-utils/obsidian/link';Signature:
export interface ExtractLinkFileParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | The Obsidian application instance. |
| link | Reference | The reference cache for the link. |
| shouldAllowNonExistingFile? | boolean | Whether to allow non-existing files. |
| sourcePathOrFile | PathOrFile | The source path or file. |
Links to this page: