@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) • 911 B
TypeScript
export declare const DevToolsTracks: {
readonly Init: {
readonly track: "Initialisation";
readonly labels: {
readonly Init: "Init";
readonly InitStore: "Init store";
readonly LoadStore: "Loading store";
readonly InitAGGrid: "AG Grid init";
};
};
readonly LayoutManager: {
readonly track: "Layout Manager";
readonly labels: {
readonly SetLayout: "Setting layout";
readonly ApplyPivotLayout: "Apply pivot layout";
readonly ApplyTableLayout: "Apply table layout";
};
};
readonly Runtime: {
readonly track: "Runtime";
readonly labels: {
readonly SetLayout: "Setting layout";
};
};
readonly Redux: {
readonly track: "Redux";
readonly labels: {
readonly Action: "Action";
};
};
};