ExtendedDashboardItemTypes
Home > @gooddata/sdk-ui-dashboard > ExtendedDashboardItemTypes
ExtendedDashboardItemTypes type
Utility type to get the widget type from a given ExtendedDashboardItem array.
Signature:
export type ExtendedDashboardItemTypes<T extends ReadonlyArray<ExtendedDashboardItem<unknown>>> = {
[K in keyof T]: ExtendedDashboardItemType<T[K]>;
}[number];
References: ExtendedDashboardItem, ExtendedDashboardItemType