JavaScript/jQuery Popover - showEvent
Specifies properties for displaying the UI component.
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"
delay
The delay in milliseconds after which the UI component is displayed.
Type:
| undefined
Default Value: undefined
name
Specifies the event names on which the UI component is shown.
Type:
| undefined
Default Value: undefined
Feedback