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

onLinkIdChange

Description

Срабатывает при обновлении id ссылки

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

Parameters

  • id - (required) string | number - существующий id ссылки
  • new_id - (required) string | number - обновлённый id ссылки

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.