used to override default classes with new ones
class CustomTree extends gantt.views.tree {
// custom logic
}
webix.ui({
view: "gantt",
url: "https://docs.webix.com/gantt-backend",
override: new Map([[gantt.views.tree, CustomTree]])
});
The override property is designed for customizing inner views and services.
It allows setting the Map with a 2D array each, element of which is an array that stores: