HoverLinkSourceRegistrarRegisterHoverLinkSourceParams
Parameters for registering a hover link source.
Import:
import type { HoverLinkSourceRegistrarRegisterHoverLinkSourceParams } from 'obsidian-dev-utils/obsidian/hover-link-source-registrar';Signature:
export interface HoverLinkSourceRegistrarRegisterHoverLinkSourceParamsProperties
| Property | Type | Description |
|---|---|---|
| id | string | The ID of the hover link source to register. |
| info | HoverLinkSource | The information about the hover link source to register. |