본문으로 건너뛰기

onParse

Description

데이터를 파싱한 직후(API에서 사용할 수 있게 된 상태이지만) Gantt 차트에 렌더링되기 전

onParse: () => void;

Example

gantt.init("gantt_here");
gantt.attachEvent("onParse", function(){alert("Data was parsed")});

gantt.parse(demo_tasks);
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.