RegisterLinkHandlersParams
Parameters for registerLinkHandlers.
Import:
import type { RegisterLinkHandlersParams } from 'obsidian-dev-utils/obsidian/markdown';Signature:
export interface RegisterLinkHandlersParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | The Obsidian app instance. |
| el | HTMLElement | The HTMLElement to register link handlers for. |
| sourcePath? | string | The source path to resolve relative links from. |
Links to this page: