Search results

TooltipEventArgs API in JavaScript (ES5) Tooltip API control

Interface for Tooltip event arguments.

Properties

cancel

boolean

It illustrates whether the current action needs to be prevented or not.

collidedPosition

string

It is used to denote the Collided Tooltip position

event

Event

It is used to specify the current event object.

isInteracted

boolean

If the event is triggered by interaction, it returns true. Otherwise, it returns false.

name

string

Specifies name of the event.

target

HTMLElement

It is used to denote the current target element where the Tooltip is to be displayed.

type

string

It is used to denote the type of the triggered event.