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

onLinkClick

Description

Срабатывает, когда пользователь кликает по ссылке

onLinkClick: (id: string | number, e?: Event) => void;

Parameters

  • id - (required) string | number - идентификатор нажатой ссылки

Example

gantt.attachEvent("onLinkClick", function(id,e){
// любая ваша логика здесь
});
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.