onEventDragIn
Description
Срабатывает, когда перетащенное событие перемещается во планировщик
onEventDragIn: (id: string, e: Event) => void;
Parameters
id- (required) string - идентификатор событияe- (required) Event - нативный объект события
Example
scheduler.attachEvent("onEventDragIn", function (id, e){
// здесь можно поместить произвольную логику
});
Details
примечание
Событие срабатывает только в случае перетаскивания между планировщиками.
Related Guides
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.