fires on view initialization
webix.ui({ view: "chat", url: "https://docs.webix.com/chat-backend/", on: { onInit: app => { // do smth }; } });