DomEventsHandlersInfo
Unofficial
Information about the DOM events handlers.
Import:
import type { DomEventsHandlersInfo } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface DomEventsHandlersInfo extends HoverParentExtends: HoverParent
Properties
| Property | Type | Description | |
|---|---|---|---|
| app | App | Obsidian app instance. | |
| hoverPopover | HoverPopover | null | The hover popover. (Inherited from HoverParent) | |
| path | string | The path to calculate relative links from. |