Skip to main content
A newer version of this page is available. .

itemTypesMap Variable

Declaration

export let itemTypesMap: {
    [key: string]: {
        type: typeof DashboardItem;
        customItemType?: typeof DataDashboardItem;
        groupName: string;
        title: string;
        index: number;
    };
};

Members

Type
[key: string]: {customItemType: typeof DataDashboardItem, groupName: string, index: number, title: string, type: typeof DashboardItem}