HoverPopover โ€บ (constructor)

HoverPopover.(constructor)

Constructs a new instance of the HoverPopover class

Signature:

constructor(parent: HoverParent, targetEl: HTMLElement | null, waitTime?: number, staticPos?: Point | null);

Parameters

ParameterTypeDescription
parentHoverParent
targetElHTMLElement | null
waitTimenumber(Optional)
staticPosPoint | null(Optional)