DashboardContentComponentProvider
Home > @gooddata/sdk-ui-dashboard > IDashboardCustomComponentProps > DashboardContentComponentProvider
IDashboardCustomComponentProps.DashboardContentComponentProvider property
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specify function to obtain custom component to use for extend rendering of dashboard content.
Signature:
DashboardContentComponentProvider?: OptionalDashboardContentComponentProvider;
Remarks
- If not provided, the default implementation will be used. - If factory function is provided and it returns undefined, then the default implementation will be used. This is useful if you want to customize just one particular insight and keep default rendering for the other insights.