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

onEventSelected

Description

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

onEventSelected: (id: string) => void;

Parameters

  • id - (required) string - ID выбранного события

Example

scheduler.attachEvent("onEventSelected", 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.