onOptionsLoad
Description
Fires after a collection of options has been loaded from the server, but isn't parsed yet
onOptionsLoad: () => void;
Example
gantt.attachEvent("onOptionsLoad", function (){
//any custom logic here
});
Details
The event fires when updateCollection is called or when JSON with additional info is parsed.