@adaptabletools/adaptable
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
32 lines (31 loc) • 715 B
JavaScript
export const 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',
},
},
};