Skip to content

ExtractLinkFileParams

Parameters for extractLinkFile.

Import:

import type { ExtractLinkFileParams } from 'obsidian-dev-utils/obsidian/link';

Signature:

export interface ExtractLinkFileParams

Properties

PropertyTypeDescription
appAppThe Obsidian application instance.
linkReferenceThe reference cache for the link.
shouldAllowNonExistingFile?booleanWhether to allow non-existing files.
sourcePathOrFilePathOrFileThe source path or file.

Links to this page: