Skip to content

DomEventsHandlersInfo

Unofficial

Information about the DOM events handlers.

Import:

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

Signature:

export interface DomEventsHandlersInfo extends HoverParent

Extends: 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.