onTimelineCreated
Description
Fires after the Timeline view has been initialized, but is not rendered on the page yet (the Timeline view only)
onTemplatesReady: (config: object) => void
Parameters
config- (required) object - the Timeline view config object
Example
scheduler.attachEvent("onTimelineCreated", function (config){
//any custom logic here
});
Details
The event is invoked from the createTimelineView 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.