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

onEventUnselected

Description

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

onEventUnselected: (id: string) => void;

Parameters

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

Example

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

Связанные API

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.