Skip to content

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): boolean

Parameters:

ParameterTypeDescription
paramsShouldResetAliasParamsThe parameters for determining if the alias should be reset.

Returns: boolean — Whether the alias should be reset.


Links to this page: