How to control the delay of tooltips showing and hiding
To set the delay of showing a tooltip use this:
BrPopoverMouseHoverEventHandler defaultShowDelay: 2 seconds
To set the delay of hiding a tooltip after the mouse leaves use this:
BrPopoverMouseHoverEventHandler defaultHideDelay: 100 milliSeconds