shouldResetAlias
Determines if the alias of a link should be reset.
Import:
import { shouldResetAlias } from 'obsidian-dev-utils/obsidian/link';Signature:
function shouldResetAlias(params: ShouldResetAliasParams): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
params | ShouldResetAliasParams | The parameters for determining if the alias should be reset. |
Returns: boolean — Whether the alias should be reset.
Links to this page: