Skip to content

DomEventsHandlersInfo

Unofficial

Information about the DOM events handlers.

Import:

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

Signature:

export interface DomEventsHandlersInfo extends HoverParent

Extends: HoverParent

Properties

PropertyTypeDescription
appAppObsidian app instance.
hoverPopoverHoverPopover | nullThe hover popover.
(Inherited from HoverParent)
pathstringThe path to calculate relative links from.