onOptionsLoadFinal
Description
Fires after loading of an options(sections) collection is complete (the Timeline view only)
onOptionsLoadFinal: () => void
Example
scheduler.attachEvent("onOptionsLoadFinal", function (){
//any custom logic here
});
Details
The event fires only when a collection is loaded with the help of dhtxmlConnector or through the updateCollection method.
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.