Skip to content

ShouldResetAliasParams

Params for shouldResetAlias.

Import:

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

Signature:

export interface ShouldResetAliasParams

Properties

PropertyTypeDescription
appAppAn Obsidian app instance.
displayTextstring | undefinedA display text of the link.
isWikilink?booleanIndicates if the link is a wikilink.
newSourcePathOrFilePathOrFileA source path of the link.
oldSourcePathOrFile?PathOrFileAn old source file containing the link.
oldTargetPathPathOrFileAn old target path of the link.
targetPathOrFilePathOrFileA target path or file.

Links to this page: