@adaptabletools/adaptable-cjs
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
35 lines (34 loc) • 820 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DevToolsTracks = void 0;
exports.DevToolsTracks = {
Init: {
track: 'Initialisation',
labels: {
Init: 'Init',
InitStore: 'Init store',
LoadStore: 'Loading store',
InitAGGrid: 'AG Grid init',
},
},
LayoutManager: {
track: 'Layout Manager',
labels: {
SetLayout: 'Setting layout',
ApplyPivotLayout: 'Apply pivot layout',
ApplyTableLayout: 'Apply table layout',
},
},
Runtime: {
track: 'Runtime',
labels: {
SetLayout: 'Setting layout',
},
},
Redux: {
track: 'Redux',
labels: {
Action: 'Action',
},
},
};