New to Kendo UI for Vue? Start a free 30-day trial

TooltipPositionEvent

NameTypeDefaultDescription

anchorElement?

string

The Tooltip anchor element prop.

defaultPosition?

TooltipPosition

The Tooltip default calculated position.

element

HTMLDivElement

The Tooltip element. Useful to get the actual width and height of rendered Tooltip.

mouseLeft

number

The current mouse left position.

mouseTop

number

The current mouse top position;

position?

TooltipPosition

The Tooltip position prop.

targetElement

"null" | HTMLElement

The current target element. Useful to calculate top and left position of the Tooltip element.