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

onTaskClosed

Description

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

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

Parameters

  • id - (обязательный) string | number - идентификатор ветки

Example

gantt.attachEvent("onTaskClosed", function(id) {
alert(`You've closed a branch with 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.