DeleteAliasParams
Parameters for deleteAlias.
Import:
import type { DeleteAliasParams } from 'obsidian-dev-utils/obsidian/file-manager';Signature:
export interface DeleteAliasParamsProperties
| Property | Type | Description |
|---|---|---|
| alias? | string | The alias to delete. |
| app | App | The Obsidian app instance. |
| pathOrFile | PathOrFile | The path or TFile object representing the note. |
| resourceLockComponent | null | ResourceLockComponent | The resource-lock component used to lock the note while it is being modified. |
Links to this page: