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

onLinkIdChange

Description

Срабатывает при изменении идентификатора ссылки

onLinkIdChange: (id: string | number, new_id: string | number) => void;

Parameters

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

Example

gantt.attachEvent("onLinkIdChange", function(id,new_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.