ShouldResetAliasParams
Params for shouldResetAlias.
Import:
import type { ShouldResetAliasParams } from 'obsidian-dev-utils/obsidian/link';Signature:
export interface ShouldResetAliasParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | An Obsidian app instance. |
| displayText | string | undefined | A display text of the link. |
| isWikilink? | boolean | Indicates if the link is a wikilink. |
| newSourcePathOrFile | PathOrFile | A source path of the link. |
| oldSourcePathOrFile? | PathOrFile | An old source file containing the link. |
| oldTargetPath | PathOrFile | An old target path of the link. |
| targetPathOrFile | PathOrFile | A target path or file. |
Links to this page: