IDashboardExtensionProps
Home > @gooddata/sdk-ui-dashboard > IDashboardExtensionProps
IDashboardExtensionProps interface
Cumulative properties for customization.
Signature:
export interface IDashboardExtensionProps extends IDashboardEventing, IDashboardCustomizationProps, IDashboardWidgetsOverlayProps, IDashboardThemingProps
Extends: IDashboardEventing, IDashboardCustomizationProps, IDashboardWidgetsOverlayProps, IDashboardThemingProps
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 level.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
additionalReduxContext? | React.Context<ReactReduxContextValue> | (Optional) Pass instance of ReactReduxContext where the dashboard component's store should be saved. |