InsightComponentProvider
Home > @gooddata/sdk-ui-dashboard > InsightComponentProvider
InsightComponentProvider type
Signature:
export type InsightComponentProvider = (insight: IInsight, widget: IInsightWidget) => CustomDashboardInsightComponent;
References: IInsight, IInsightWidget, CustomDashboardInsightComponent