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

onEventUnselected

Description

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

onEventUnselected: (id: string) => void;

Parameters

  • id - (required) string - id события, которое было отменено в выборе

Example

scheduler.attachEvent("onEventUnselected", function(id){
//любая пользовательская логика здесь
});
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.