itemTypesMap Variable
Declaration
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]: {customItemType: typeof DataDashboardItem, groupName: string, index: number, title: string, type: typeof DashboardItem} |