Skip to main content

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.

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.