Api tooltipEventArgs in EJ2 TypeScript Tooltip control
8 May 20231 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
event Event
It is used to specify the current event object.
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.