onInit of ui.scheduler, Events Webix Docs
objectview instance
Example
webix.ui({
view: "scheduler",
url: "https://docs.webix.com/calendar-backend/",
on: {
onInit: app => {
// do smth
};
}
});
See also
API