Skip to content

LinkUpdaters

Unofficial

Record of link updaters keyed by file type, used to update links when files are renamed or moved.

Import:

import type { LinkUpdaters } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface LinkUpdaters extends Record<string, LinkUpdater | undefined>

Extends: Record<string, LinkUpdater | undefined>

Properties

Property Type Description
canvas? CanvasLinkUpdater Link updater for canvas files.

Links to this page: