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.
Related 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.