HoverPopover.detect method
HoverPopover › detect
Unofficial
Updates the hover/target flags based on the element under the pointer.Signature:
detect(el: Node): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| el | Node | The element under the pointer. |
Returns: void