• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

TooltipPositionEvent

NameTypeDefaultDescription

anchorElement?

string

The Tooltip anchor element prop.

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;

nativeEvent

any

A native DOM event.

position?

TooltipPosition

The Tooltip position prop.

syntheticEvent

SyntheticEvent<any>

A React Synthetic Event.

target

Tooltip

An event target.

targetElement

"null" | HTMLElement

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