interface
                ItemMouseEvent
                        
                            extends TimelineEvent
                    
Event generated in relation to mouse interactions on Timeline items.
Properties
- clientX
- Horizontal coordinate of the mouse pointer, relative to the browser page. - Type:
- 
                    number
 
- clientY
- Vertical coordinate of the mouse pointer, relative to the browser page. - Type:
- 
                    number
 
- item
- The applicable item. - Type:
- 
                    Item