Skip to content

RegisterLinkHandlersParams

Parameters for registerLinkHandlers.

Import:

import type { RegisterLinkHandlersParams } from 'obsidian-dev-utils/obsidian/markdown';

Signature:

export interface RegisterLinkHandlersParams

Properties

PropertyTypeDescription
appAppThe Obsidian app instance.
elHTMLElementThe HTMLElement to register link handlers for.
sourcePath?stringThe source path to resolve relative links from.

Links to this page: