TooltipEventArgs
12 Sep 20251 minute to read
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
element HTMLElement
It is used to denote the Tooltip element
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.