ExtendedDashboardItem
Home > @gooddata/sdk-ui-dashboard > ExtendedDashboardItem
ExtendedDashboardItem type
Specialization of the IDashboardLayoutItem which also includes the extended dashboard widgets - KPI and Insight placeholders.
Signature:
export type ExtendedDashboardItem<T = ExtendedDashboardWidget> = IDashboardLayoutItem<T>;
References: ExtendedDashboardWidget, IDashboardLayoutItem