JavaScript/jQuery Popover - showEvent
The target property specifies a target element for the Popover showEvent.
If you assign only a string that specifies event names on which the UI component is shown, the UI component will not apply any delay.
JavaScript
showEvent: "mouseenter"
Feedback