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

onLoadEnd

Description

Срабатывает после завершения загрузки данных из источника данных

onLoadEnd: (url: string, type: string) => void;

Parameters

  • url - (required) string - URL сервера (может быть статическим файлом или серверным скриптом, который выводит данные)
  • type - (required) string - ('json', 'xml', 'oldxml') тип данных

Пример

gantt.attachEvent("onLoadEnd", function(url, type){
console.log("onLoadEnd",url, type)
});

Связанные API

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.