Skip to content

getHoverPopoverConstructor

Unofficial

Get the obsidian#HoverPopover constructor.

Import:

import { getHoverPopoverConstructor } from '@obsidian-typings/obsidian-catalyst-latest/implementations';

Signature:

function getHoverPopoverConstructor(): ConstructorBase<[parent: HoverParent, targetEl: HTMLElement | null, waitTime?: number | undefined, staticPos?: Point | null | undefined], HoverPopover>

Returns: ConstructorBase<[parent: HoverParent, targetEl: HTMLElement | null, waitTime?: number | undefined, staticPos?: Point | null | undefined], HoverPopover> — The obsidian#HoverPopover constructor.


Links to this page: