itemTypesMap Variable
In This Article
#Declaration
TypeScript
export let itemTypesMap: {
[key: string]: {
type: typeof DevExpress.Dashboard.Model.DashboardItem;
customItemType?: typeof DevExpress.Dashboard.Model.DataDashboardItem;
groupName: string;
title: string;
index: number;
};
};
#Members
Type |
---|
[key: string]: {custom |