Перейти к основному содержимому

onEventDragOut

Description

Срабатывает, когда перетаскиваемое событие перемещается за пределы планировщика

onEventDragOut: (id: string, e: Event) => void;

Parameters

  • id - (required) string - идентификатор события
  • e - (required) Event - нативный объект события

Example

scheduler.attachEvent("onEventDragOut", function (id, e){
// любая ваша логика здесь
});

Details

примечание

Событие срабатывает только в случае перетаскивания между планировщиками.

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.