IDashboardCustomComponentProps
Home > @gooddata/sdk-ui-dashboard > IDashboardCustomComponentProps
IDashboardCustomComponentProps interface
These props allow you to specify custom components or custom component providers that the Dashboard component will use for rendering different parts of the dashboard.
Signature:
export interface IDashboardCustomComponentProps
Remarks
IMPORTANT: while this interface is marked as public, you also need to heed the maturity annotations on each property. A lot of these properties are at this moment alpha or internal level.
Properties
Property | Type | Description |
---|---|---|
InsightComponentProvider? | OptionalInsightComponentProvider | (Optional) Specify function to obtain custom component to use for rendering an insight. |
KpiComponentProvider? | OptionalKpiComponentProvider | (Optional) Specify function to obtain custom component to use for rendering a KPI. |
WidgetComponentProvider? | OptionalWidgetComponentProvider | (Optional) Specify function to obtain custom component to use for rendering a widget. |