Skip to main content

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 id
  • e - (required) Event - a native event object

Example

scheduler.attachEvent("onMouseMove", function (id, e){
//any custom logic here
});

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.