본문으로 건너뛰기

onLoadEnd

Description

데이터 소스에서 데이터를 로드한 후 완료되었을 때 발생합니다

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

Parameters

  • url - (required) string - 서버 측 URL(정적 파일이거나 데이터를 출력하는 서버 측 스크립트일 수 있음)
  • type - (required) string - ('json', 'xml', 'oldxml') 데이터 타입

Example

gantt.attachEvent("onLoadEnd", function(url, type){
console.log("onLoadEnd",url, type)
});
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.