Skip to content

AddAliasParams

Parameters for addAlias.

Import:

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

Signature:

export interface AddAliasParams

Properties

PropertyTypeDescription
alias?stringThe alias to add.
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: