onMouseMove
Description
Fires when the mouse cursor is moved over the scheduler
onMouseMove: (id: string, e: Event) => void
Parameters
id- (required) string - the event's ide- (required) Event - a native event object
Example
scheduler.attachEvent("onMouseMove", function (id, e){
//any custom logic here
});
Related samples
- Handling the pointer highlighting
- 10_integration/02_dhtmlxTree_outer_drag.html
Details
If the user moves the cursor over an event, the handler function takes the event's id, otherwise - null.
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.