CustomInsightBodyComponent
Home > @gooddata/sdk-ui-dashboard > CustomInsightBodyComponent
CustomInsightBodyComponent type
Signature:
export type CustomInsightBodyComponent = ComponentType<IInsightBodyProps>;
References: IInsightBodyProps
Remarks
When implementing this using GoodData-provided components, make sure that you pass as many of the props as possible to the component (especially the drill-related props and members of the IVisualizationCallbacks). This will ensure the integration with the rest of the widget is as complete as possible.