TooltipCollisionEventArgs
Interface represents the event arguments for the beforeCollision
event.
Properties
cancel Boolean
Gets or sets a value indicating whether we should cancel the operation or not.
collidedPosition String
Gets the collided tooltip position.
element HTMLElement
Gets the tooltip element.
name String
Gets the name of the event.
target HTMLElement
Gets the target element that the tooltip will be displayed on.