Skip to content

DeleteAliasParams

Parameters for deleteAlias.

Import:

import type { DeleteAliasParams } from 'obsidian-dev-utils/obsidian/file-manager';

Signature:

export interface DeleteAliasParams

Properties

PropertyTypeDescription
alias?stringThe alias to delete.
appAppThe Obsidian app instance.
pathOrFilePathOrFileThe path or TFile object representing the note.
resourceLockComponentnull | ResourceLockComponentThe resource-lock component used to lock the note while it is being modified.

Links to this page: