TooltipEventArgs

Interface represents the event arguments for the beforeRender, beforeClose, beforeOpen, afterClose, and the afterOpen event.

Properties

cancel Boolean

Gets or sets a value indicating whether we should cancel the operation or not.

element HTMLElement

Gets the tooltip element.

event Event

Gets the original triggered event arguments.

isInteracted Boolean

Gets a value indicating whether the event was triggered by user interaction or from another event.

name String

Gets the name of the event.

target HTMLElement

Gets the target element that the tooltip will be displayed on.

type String

Gets the type of action that cause the event to be triggered.