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

onTaskClosed

Description

Срабатывает при закрытии ветки

onTaskClosed: (id: string | number) => void;

Parameters

  • id - (required) string | number - id ветки

Example

gantt.attachEvent("onTaskClosed", function(id) {
alert(`Вы закрыли ветку с 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.