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

onClearAll

Description

Срабатывает один раз после очистки данных планировщика

onClearAll: () => void

Example

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

Details

Это событие вызывается из метода clearAll.

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.