Gantt APIEventsonLoadEndOn this pageonLoadEnd Description Fires after loading data from the data source has been completed onLoadEnd: (url: string, type: string) => void;Parameters url - (required) string - the server-side url (may be a static file or a server side script that outputs data) type - (required) string - ('json', 'xml', 'oldxml') the data type Examplegantt.attachEvent("onLoadEnd", function(url, type){ console.log("onLoadEnd",url, type)});Related API onLoadStart onTaskLoading onBeforeParse onParse onBeforeGanttRender onBeforeDataRender onDataRender onGanttRender