onEventIdChange
Description
Срабатывает при обновлении id события
onEventIdChange: (old_id: string, new_id: string) => void;
Parameters
old_id- (required) string - оригинальный id событияnew_id- (required) string - обновлённый id события
Example
scheduler.attachEvent("onEventIdChange", function(old_id,new_id){
//любая пользовательская логика здесь
});
Details
Это событие обычно происходит после подтверждения операции вставки, когда клиентский ID заменяется на 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.