used to override default classes with new ones
class CustomToolbar extends reports.views.toolbar{
// custom logic
}
webix.ui({
view: "reports",
url: "https://docs.webix.com/reports-backend/",
override: new Map([
[reports.views.toolbar, CustomToolbar]
]),
});
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: