Skip to content

updateLink

Updates a link based on the provided parameters.

Import:

import { updateLink } from 'obsidian-dev-utils/obsidian/link';

Signature:

function updateLink(params: UpdateLinkParams): string

Parameters:

ParameterTypeDescription
paramsUpdateLinkParamsThe parameters for updating the link.

Returns: string — The updated link.


Links to this page: