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

onTaskOpened

Description

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

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

Parameters

  • id - (required) string | number - идентификатор ветки

Example

gantt.attachEvent("onTaskOpened", 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.